skyjake's activity
From 2013-10-02 to 2013-10-15
2013-10-13
-
20:31 Doomsday Engine Revision dd889e99 (github): Fixed|libdeng1|Reader: Reading 16/32-bit values
- An incorrect return type for Reader_8() caused the higher bytes of
16/32-bit values to be truncated to zero. -
19:12 Doomsday Engine Revision 6742dd2d (github): Fixed|libdeng1|Reader: Possibly undefined operation
- Attempting to fix a warning about post-increments.
-
19:05 Doomsday Engine Revision d4c7ba91 (github): Fixed|libdeng1|Reader|Writer: Avoiding pointer alignment issues
- Some CPU architectures do not look kindly upon pointer misalignment.
-
14:13 Doomsday Engine Revision 7cf66dba (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
14:09 Doomsday Engine Revision 88376fa0 (github): qmake: Don't link libgui to the game plugins
- A server build does not include libgui, so the plugins shouldn't
rely on it at this stage. -
14:02 Doomsday Engine Revision abfc2a10 (github): Fixed|libcommon: Build errors and warnings in p_map.cpp
- Jumping over variable initialization with goto is illegal. Moved
the variables before the gotos.
Also, fixed warning...
2013-10-12
-
20:41 Doomsday Engine Revision 76c5eef3 (github): Fixed: Build failure (invalid operands)
- gcc 4.6.3 on Raspbian says that '&&' cannot take int and va_list as
operands. The variable argument list parameter sh... -
20:00 Doomsday Engine Revision a604b47d (github): Fixed|libgui: Build failure in the dummy DisplayMode
- The dummy version of the native DisplayMode routines had not been
updated since the latest changes to the API.
2013-10-08
-
19:05 Doomsday Engine Revision 675e466c (github): Cleanup
-
19:04 Doomsday Engine Revision 11284dac (github): UI|Client: Polished About dialog contents
-
19:03 Doomsday Engine Revision 7743378a (github): libdeng2|Time: Parsing time from built-in preprocessor defines
- This works with "__DATE__ __TIME__".
2013-10-07
-
14:14 Doomsday Engine Revision 8e755167 (github): OS X|Audio: Use CoreAudio's DLS soundfont if no other specified
- If 'music-soundfont' is empty (the default), we will now try to load
the CoreAudio basic DLS soundfont. -
07:48 Doomsday Engine Revision 68932831 (github): Updater: Notification uses accent color when update available
- Now the small notification icon uses the accent color if an update
is available, so that it is visually distinct from...
2013-10-06
-
15:56 Doomsday Engine Revision a4ca2adc (github): Homepage: Updated source package for 1.12.0
2013-10-05
-
15:41 Doomsday Engine Revision 2d2849a3 (github): Fixed|Hexen: Overly large hub ending messages
- Scaled the hub ending messages smaller so that all the text fits
on the screen.
The font metrics are not the same as... -
12:50 Doomsday Engine Revision 82f1bdf5 (github): Updater: Don't open a dialog when update available
- When the automatic updater notices that an update is available, only
the small notification is now shown. The user ca...
2013-10-04
-
14:08 Doomsday Engine Revision 7de9ca63 (github): Fixed|Hexen: Reading a savegame with no ASEG_END (otherwise intact)
- While playing through Hexen's 2nd hub, for some reason a savegame
was produced for the hub map that was otherwise fin... -
08:19 Doomsday Engine Revision 8e89981c (github): libdeng2|Vector: Added an explicit toVector3f() conversion method
-
08:19 Doomsday Engine Revision 085c6cc8 (github): UI|Client|Input Settings: Added a Key Grabber utility
- Shows the key codes and symbolic name of all received key events
(except Esc, which clears keyboard focus).
2013-10-03
-
11:19 Doomsday Engine Revision 8f46ca70 (github): Fixed: Build failure (ambiguous conversion)
- There is no need to try to manually convert viewRelPoint to a Vector3f.
-
11:15 Doomsday Engine Revision a9cf8ae0 (github): Cleanup
2013-10-02
-
09:54 Doomsday Engine Revision b815564b (github): Fixed|Client: Setting up the Custom profile
- If there are no previously saved profiles, make sure the Custom
profile gets created with the user's current settings. -
09:54 Doomsday Engine Revision c72be0fc (github): Fixed|Client: Setting up the Custom profile
- If there are no previously saved profiles, make sure the Custom
profile gets created with the user's current settings. -
08:03 Doomsday Engine Revision 7bbb6727 (github): Bumped version to 1.13.0 Unstable
Also available in: Atom