danij's activity
From 2007-06-15 to 2007-06-28
2007-06-28
-
15:21 Doomsday Engine Revision e03acdf1 (github): Continued with improvements to the start up procedure under win32.
- Relocated pixel format stuff to DD_CreateWindow() as it should only be set once in a device context's life (not each ...
-
00:48 Doomsday Engine Revision 0a4a98e8 (github): Completed removal of the old start up window.
- Implemented a wrapper for window management. Currently, only the required system window code has been implemented for...
2007-06-27
-
23:44 Doomsday Engine Revision 22fd53b8 (github): Minor change to the OUCH face fix.
2007-06-25
-
19:51 Doomsday Engine Revision eb39ad5d (github): Don't error if UnregisterClass() returns false, according to the MSDN docs it will fail if multiple instances of the app are running.
-
18:11 Doomsday Engine Revision 2318a4aa (github): Removed old win32 startup window as no-longer used.
- Win32:
The COM library must be initialized/uninitialized for each thread that uses it. Now that DirectInput init happ... -
16:33 Doomsday Engine Revision 4c1d6547 (github): drOpenGL: Added a DG_Init() function to be called when the plugin is first loaded and renamed the existing DG_Init() to DG_CreateContext().
- Reorganized the drOpenGL project file so that I can see/edit the Unix-specific code.
Cleaned up the win32 code for c... -
15:34 Doomsday Engine Revision 0a5942f7 (github): Bumped DGL_VERSION_NUM and removed the "-gl" command line option.
-
15:22 Doomsday Engine Revision 72e5a20f (github): Removed drD3D from vcbuild.bat
-
15:19 Doomsday Engine Revision d416bd0f (github): Moved drD3D project file and vcbuild src list file into the attic.Moved drD3D project file and vcbuild src list file into the attic. Removed the drD3D project from the Doomsday vs8 solution.
-
15:17 Doomsday Engine Revision 37170476 (github): Moved drD3D project file and vcbuild src list file into the attic. Removed the drD3D project from the Doomsday vs8 solution.
-
15:09 Doomsday Engine Revision ee72c121 (github): Moved drD3D into the attic.
2007-06-21
-
01:58 Doomsday Engine Revision b64638bb (github): Attempt at fixing an intermittent segfault occurring under win32 during shutdown (when trying to release a Direct Input device).
2007-06-20
-
17:50 Doomsday Engine Revision 5637b7e3 (github): Fixed build errors thrown up under Feisty and when building with MinGW under Win32. Thanks for the heads up yagisan.
-
15:45 Doomsday Engine Revision ffb59965 (github): Fixed issues with runtime textures (flats and patches) not being cleared after a texreset.
- Implemented runtime interfaces to control the bpp mode and whether the window runs full screen (cvars, ccmds and cont...
2007-06-19
-
12:49 Doomsday Engine Revision 98326063 (github): Improved the way Doomsday interacts with the Windows environment; manipulate the process priority level and ignore captured input if the window loses focus (task switching (ALT+Tab) now works much better under XP). The window can now be closed with the ALT+F4 hotkey also.
- Centralized (normal) engine shutdown so that DD_GameLoop() does now end when var appShutdown == true and the various ...
-
06:33 Doomsday Engine Revision 97a7ced3 (github): Fixed issue with the menu not being drawn behind the Doomsday Control Panel when not in-game.
2007-06-17
-
19:12 Doomsday Engine Revision 2b770086 (github): Reverted my changes to the vcproj files as for some reason there is no win32 source for the lzss.lib/dll in the tree. Skyjake, what is going on here?
-
18:51 Doomsday Engine Revision e305c1bc (github): Reverted the trunk back to rev #4789. Unfortunately, a cross-platform version of the find* files algorithms would be needed to do what yagisan was hoping to achieve and I personally don't have time to do that.
- Cross merged my changes with the _MSC_VER stuff and the changes to the vcproj files (which now need updating again).
-
17:19 Doomsday Engine Revision 62e9642b (github): Updated vcproj files to find external/lzss/src/lzss.c and not link against a pre-built lib. This is a temporary solution as we should instead use the lzss routines offered in zlib (same algo).
- Replaced all #ifdef MSVC with #ifdef _MSC_VER as the former was failing in VC++2k5.
Still some linking errors regard...
Also available in: Atom