skyjake's activity
From 2012-06-17 to 2012-06-30
2012-06-30
-
09:00 Doomsday Engine Revision f412d801 (github): Hexen|Fixed: P_TranslateMap() broken in release build
- A return statement was inadvertently inside an #if _DEBUG section.
2012-06-29
-
07:38 Doomsday Engine Revision ecf9a875 (github): Homepage: On the Linux page, added a link to the Ubuntu download page
-
07:31 Doomsday Engine Revision 406c718c (github): Homepage: Updated the source download page for 1.9.8-1
-
07:31 Doomsday Engine Revision b36781ef (github): Homepage|Added: RPM packages on the Linux page
- Courtesy of forum user skolnick.
2012-06-28
-
08:48 Doomsday Engine Revision 3b818a3d (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
08:48 Doomsday Engine Revision 4b30f778 (github): qmake|Mac OS X: Removed a stray 'p' from the libdeng2 postlink commands
-
08:42 Doomsday Engine Revision fd5bd4f4 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
08:41 Doomsday Engine Revision 7ac10176 (github): Builder|Unix|Fixed: Include libdeng1 in the dynamic library search path
- When building the dsfmod plugin package, the linker must be instructed where
to find the previously built libdeng1 li... -
08:35 Doomsday Engine Revision a997e4b5 (github): OpenAL|Fixed: VX, VY, VZ already defined in libdeng1
-
08:05 Doomsday Engine Revision bd4521db (github): Win32: Include deng1.dll in the distribution package
-
08:03 Doomsday Engine Revision d9495e00 (github): Merge branch 'master' into libdeng
-
07:26 Doomsday Engine Revision ef72791a (github): Refactor: Further improved Str_Copy() and its apidoc
- The apidoc for Str_Copy() now very explicitly states what the function does.
Modified the copy behavior so that for r...
2012-06-27
-
20:26 Doomsday Engine Revision 151f3be9 (github): Hexen|Fixed: Crash when opening a swing door
- This commit fixes a very old bug from 2003 that particularly affects
64-bit builds.
For doors of type PODOOR_SWING, ... -
19:32 Doomsday Engine Revision 16d9e5f9 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
19:31 Doomsday Engine Revision f96fb145 (github): Fixed: ddstring memory allocation in Str_Copy()
- The allocateString() function is responsible for properly allocating
memory for ddstring. Replaced the manual allocat... -
19:28 Doomsday Engine Revision 30214898 (github): Refactor: Improved ddstring memory allocation
- allocateString() should be a bit more robust now.
-
09:15 Doomsday Engine Revision 4a3b6334 (github): Hexen|Debug: Added assertion to catch a crash when opening a swing door
- PO_SetDestination() is given a destination angle of -1, which is not a valid fine angle.
-
09:13 Doomsday Engine Revision b21de4ac (github): Hexen: Allow warping to maps without a cluster
- For instance, MAP41 in Hexen 1.0.
2012-06-26
-
15:55 Doomsday Engine Revision c51c85a2 (github): Builder: Added Pilot commands for branch selection and building
- The pilot can now be instructed to switch to any branch, and create a build
from any branch.
E.g., "buildfrom_stable... -
12:32 Doomsday Engine Revision 0571e3ef (github): Updated version info for stable 1.9.8-1
-
12:31 Doomsday Engine Revision 455a4e7a (github): Revert "Added: Look for a skin named similarly to the model if none found"
- This reverts commit 3d662eb826c492a313556378c052106bc942dd49.
-
12:31 Doomsday Engine Revision 0789db53 (github): Revert "Fix typo"
- This reverts commit 5972466351e44b7f8d07102ff5295f91cf8e94b4.
-
12:25 Doomsday Engine Revision 8ebab8b5 (github): Moved the GCC_VERSION macro to de_platform.h
-
12:25 Doomsday Engine Revision 43ce97bf (github): Fixed|GCC: Warning about ignored function attribute
- It seems GCC 4.2 does not understand the optimize attribute, so making
it apply only for GCC 4.4 or newer. -
12:24 Doomsday Engine Revision 0cf59472 (github): Fixed|GCC: Segfault when loading WAV data
- Something in the WAV loader is confusing GCC: when compiled with -O2,
WAV_MemoryLoad() reads corrupt data. It is like... -
12:24 Doomsday Engine Revision 120e49e4 (github): Cleanup
-
12:24 Doomsday Engine Revision 49925a3f (github): Fixed: printf argument format warnings
-
12:24 Doomsday Engine Revision acbe0057 (github): Audio: Debugging WAV loading from PK3
- It seems that in a release build, the received WAV data is sometimes corrupt,
leading to a crash. -
12:24 Doomsday Engine Revision 7bffee46 (github): Snowberry|Fixed: UTF decoding error in Addons tab
- The list item string passed to wxPython was not properly converted.
-
12:23 Doomsday Engine Revision 9a78f2ef (github): Audio: Reset reverb when changing games
- S_ResetReverb() is now called in S_Reset().
-
12:22 Doomsday Engine Revision fba65f12 (github): Heretic|Fixed: Play the correct sound effect when door is closing
- The sound effects played when a door closes are now making a
difference between the "closing" sound, when the movemen... -
12:21 Doomsday Engine Revision 255ad67a (github): Fixed: Don't show GUI message boxes in novideo mode
- The native UI dialog boxes shouldn't be used if the GUI has not
been initialized. -
12:20 Doomsday Engine Revision c77174d0 (github): Fixed: Errors detected by rpmlint
- Thanks for the patch jengelh!
-
12:19 Doomsday Engine Revision 90f25436 (github): Changed default Apt repository to the Dropbox mirror
- The official Doomsday builds repository is now hosted on Dropbox.
-
12:19 Doomsday Engine Revision f99f5278 (github): OpenAL: Unix build config and plugin exports
- On Unix, use pkg-config to determine the required compiler flags and libs
for OpenAL.
Doomsday plugins must export t... -
12:14 Doomsday Engine Revision 2a39938c (github): qmake|Fixed: Quote DENG_BASE_DIR and DENG_LIB_DIR properly
- If the user specified a PREFIX containing spaces, compilation would
fail due to the DENG_BASE_DIR and DENG_LIB_DIR de... -
12:13 Doomsday Engine Revision aecb4815 (github): de::LogBuffer: Further tweaks to line wrapping
- Correctly wrap messages that contain newlines.
-
08:36 Doomsday Engine Revision 31d5ea11 (github): Moved the GCC_VERSION macro to de_platform.h
-
08:16 Doomsday Engine Revision ec39c725 (github): Fixed|GCC: Warning about ignored function attribute
- It seems GCC 4.2 does not understand the optimize attribute, so making
it apply only for GCC 4.4 or newer. -
08:02 Doomsday Engine Revision 2ab02808 (github): Fixed|GCC: Segfault when loading WAV data
- Something in the WAV loader is confusing GCC: when compiled with -O2,
WAV_MemoryLoad() reads corrupt data. It is like...
2012-06-25
-
09:56 Doomsday Engine Revision 3dd37bf4 (github): Cleanup
-
08:57 Doomsday Engine Revision 849d01cf (github): Fixed: printf argument format warnings
-
08:55 Doomsday Engine Revision fa15f5f3 (github): Audio: Debugging WAV loading from PK3
- It seems that in a release build, the received WAV data is sometimes corrupt,
leading to a crash. -
08:09 Doomsday Engine Revision eb9a48c7 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
08:08 Doomsday Engine Revision 8198966d (github): Snowberry|Fixed: UTF decoding error in Addons tab
- The list item string passed to wxPython was not properly converted.
-
06:48 Doomsday Engine Revision 96ff8db2 (github): Merge branch 'master' into libdeng
2012-06-24
-
18:53 Doomsday Engine Revision be8b534e (github): Mac OS X|Fixed: Linking libdeng1 to libdeng2
-
18:27 Doomsday Engine Revision bd5a93af (github): Win32: Fixed build and libdeng linkage
- Renamed the library to deng1.dll because it seems qmake gets confused
about the presence of deng2.dll: "-ldeng" will ... -
14:48 Doomsday Engine Revision e63099e2 (github): libdeng: Relocated the Smoother class
- Also adjusted the project files so that libdeng is linked against the
engine and all the plugins.
2012-06-23
-
17:26 Doomsday Engine Revision 91817a58 (github): Cleanup
-
17:20 Doomsday Engine Revision 77cd2bf2 (github): Cleanup
-
17:06 Doomsday Engine Revision 92b9aeb6 (github): Merge branch 'master' into libdeng
-
15:04 Doomsday Engine Revision ab5872d4 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
15:03 Doomsday Engine Revision 54f0b42f (github): Hexen: Four player colors are available in v1.0
- The value for player-color is taken from the data member of the list
items.
Todo: Hexen's player color indices are s... -
15:02 Doomsday Engine Revision ec81cf2a (github): All Games|Menu: Added MNList method for getting item's data
-
14:17 Doomsday Engine Revision 06555128 (github): Hexen|Fixed: Intermission and victory texts
- In the Hexen 1.0 IWAD, the intermission and victory texts are not
present as lumps, so they must be defined in the sc... -
09:52 Doomsday Engine Revision 7e2049de (github): Audio: Reset reverb when changing games
- S_ResetReverb() is now called in S_Reset().
-
09:34 Doomsday Engine Revision e53acada (github): Updater: Added missing comment banners; removed context help buttons
- There is now a common base class for all the updater dialogs, where the
context help button is removed. -
09:14 Doomsday Engine Revision b84752c8 (github): Updater|Mac OS X: Omit window title from notification dialog
- According to platform UI conventions.
2012-06-21
-
09:52 Doomsday Engine Revision 0cb0b68b (github): Added an empty project for libdeng
- This is a placeholder for the actual libdeng library.
-
07:25 Doomsday Engine Revision 2377a3db (github): Doom: Bumped version number for 1.9.9
-
07:25 Doomsday Engine Revision 206e1c57 (github): Added: Variable "game-unpause-focusgained" (default: 0)
- Determines whether to automatically unpause the game when focus returns
to the game window. By default auto-unpausing... -
07:13 Doomsday Engine Revision c2988e68 (github): Fixed: Screen flicker during startup
- The FSAA setting is now saved persistently so that the window can be
created with the correct multisampling mode. Thi... -
06:35 Doomsday Engine Revision c1eff43f (github): Snowberry: Allow selecting Hexen v1.0 as a profile's game mode
- Added "hexen-v10" (Hexen v1.0) as a game mode option. The default Hexen
profile still uses Hexen v1.1.
2012-06-19
-
13:56 Doomsday Engine Revision d99a26ec (github): Heretic: Bumped version number for 1.9.9
-
13:54 Doomsday Engine Revision 2511b70c (github): Heretic|Fixed: Play the correct sound effect when door is closing
- The sound effects played when a door closes are now making a
difference between the "closing" sound, when the movemen... -
11:27 Doomsday Engine Revision 7a6a854d (github): GL|Fixed: Red-blue swapped images
- It seems that if Image_LoadFromFileWithFormat() returns an image with
depth==3, someone else on a lower level is swap... -
11:24 Doomsday Engine Revision 9fcf34f2 (github): libdeng: Added extern "C" to some headers
-
07:58 Doomsday Engine Revision b59de6ab (github): Snowberry|Win32|Fixed: Passing the response file argument to the engine
- It seems on Windows we still have to apply the quotes on the argument.
-
07:09 Doomsday Engine Revision 30dcc068 (github): Builder: Added the download fallback URI to the XML feed
-
07:07 Doomsday Engine Revision 22f36e21 (github): Updater: Try downloading from fallback URI when primary URI fails
-
06:58 Doomsday Engine Revision 3e620daa (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
- Conflicts:
doomsday/engine/portable/src/updater.cpp -
06:57 Doomsday Engine Revision 0dfc2ab4 (github): Updater: Adding a fallback URI where to download the package
- In case the primary location is not working, we can attempt to download
from a secondary location.
2012-06-18
-
19:04 Doomsday Engine Revision 7282a8ed (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
19:03 Doomsday Engine Revision a208e737 (github): Hexen: Bumped version number for 1.9.9
- Adding support for Hexen 1.0 warrants a version number increase.
-
19:02 Doomsday Engine Revision 7da4d942 (github): Hexen: Detecting v1.0 more reliably
- The v1.0 IWAD has MAP41 while v1.1 does not.
-
16:29 Doomsday Engine Revision 0d444428 (github): Updater|Fixed: Accepting the update notification dialog
- When started from the menu, with the update notification dialog
initially in the "Checking…" state, the dialog could ... -
16:27 Doomsday Engine Revision bf93ed0a (github): Updater: Added a "Reinstall" button when up to date
-
10:31 Doomsday Engine Revision cae70c8d (github): MasterWorker: Use libdeng2 for logging messages
-
10:04 Doomsday Engine Revision 66efcc32 (github): Documentation: Updated readme with hexen-v10 and multiplayer_issues
-
09:35 Doomsday Engine Revision 261d0b42 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
09:35 Doomsday Engine Revision 3f5ea9b5 (github): Hexen|Added: New game mode for the Hexen version 1.0 IWAD
- Todo: Fix any issues caused by data missing from the IWAD versus 1.1.
-
07:50 Doomsday Engine Revision 55eb17ed (github): Fixed typo in previous commit
-
07:48 Doomsday Engine Revision eedb1d57 (github): Snowberry|Unix: Passing command line arguments to Doomsday
- It seems that since the de2-args branch was merged, the Unix and Mac command
line options haven't been specified corr...
2012-06-17
-
13:02 Doomsday Engine Revision 6023016f (github): Fixed: Don't show GUI message boxes in novideo mode
- The native UI dialog boxes shouldn't be used if the GUI has not
been initialized. -
11:04 Doomsday Engine Revision eb327695 (github): Refactor: Renamed some image handling routines to Image_*
- According to the coding conventions routines operating on image_t instances
should use the Image_ prefix.
Also available in: Atom