Project

General

Profile

Activity

From 2007-07-13 to 2007-07-26

2007-07-26

23:56 Revision 9cd2a512 (github): Moved old sfx code using DirectSound3D + EAX into the attic (found in driver_sndcmp.cpp).
danij
14:27 Revision 4905d8a3 (github): Added Doom64TC to the Xcode project so that I can see whether it breaks when I make changes. Introduced also the fractional game ticker.
skyjake
14:18 Revision 9836ebbe (github): Added WolfTC to the Xcode project so that I can see whether it breaks when I make changes.
The WolfTC sources should be made to use the wolftc.h convenience header so that Xcode is not confused about headers ... skyjake
12:48 Revision 7a547727 (github): Change my email address to the "eternal" iki.fi one.
skyjake
12:31 Revision 5bdb0a90 (github): Big-ass commit with Jaakko's copyright year update to all files, but also the beginnings of the new player controls code. A bit of cleanup and fixes have been done to the joystick handling in dd_input.c and sys_input.c (any number of axes supported; deadzone and scaling fixed).
Added P_PlayerThinkLookAround(), which will, after P_GetControlState() materializes, be handling the player view angles. skyjake

2007-07-24

13:49 Revision 499105f1 (github): Updated with new files.
skyjake
13:49 Revision 8b2980ff (github): Fixed return value of initTimingSystem(). SDL_Init() returns zero on success, which was interpreted as an error code.
Now I can run the game again, yay! :) skyjake

2007-07-23

20:30 Revision c3f22ba3 (github): Added remaining controls for all games to G_RegisterPlayerControls().
danij

2007-07-22

10:44 Revision fc753e08 (github): Fixed a couple of build errors under *nix.
danij
10:38 Revision 6047bcb9 (github): Fix build issue under *nix (don't have HWND handles).
danij
10:09 Revision ff22e11e (github): SDL-based window management;
Begun re-factoring things so that the same code can be used for all platforms. This presents some issues under win32 ... danij

2007-07-21

19:17 Revision d8809ba0 (github): glob win32 source
yagisan

2007-07-19

10:52 Revision c902c232 (github): Added engine/portable/src/sys_sdl_window.c which contains the framework for SDL-based window management, currently missing an implementation (coming soon).
Bring the window manager online AFTER the console so as we can output environment/system info. danij
03:46 Revision bbdcd726 (github): Split the win32-specific window management routines out of dd_winit.c and into ./win32/src/sys_window.c
Cleaned up the window management interface(s) so as to be platform independent (well, almost) and spent some time add... danij

2007-07-18

18:30 Revision 8c7b96e7 (github): Fixed (rev 4879) failing to build (apparently materialtype_t has “incomplete type”).
danij
17:23 Revision 9b00b94e (github): Completely re-factored the subsector polygonization code to remove run-time memory requirements and to improve map loading speed.
Fixed issue resulting in drawing zero-area triangles introduced during the change to using the same list of fvertex_t... danij
16:40 Revision f3f692d8 (github): Fixed all instances of comments formed like '\\\\ \something' to '\\ \something' introduced by yagisan's markup script.
danij
 

Also available in: Atom