skyjake's activity
From 2014-05-14 to 2014-05-27
2014-05-26
-
10:39 Doomsday Engine Revision 87e0aa3f (github): Merge branch 'defs-v2' of ssh://github.com/skyjake/Doomsday-Engine into defs-v2
-
08:27 Doomsday Engine Revision 95ea70ff (github): Refactor|libdoomsday|DED: Model definitions stored in a DEDRegister
- DEDRegister maintains a Doomsday Script based storage for definitions.
2014-05-25
-
13:50 Doomsday Engine Revision c2f0d813 (github): libcore|Scripting: Utilities for working with ArrayValue as a vector
-
11:37 Doomsday Engine Revision 90d89ad7 (github): Fixed|UI|Client: Fatal error when activating splitscreen (viewgrid)
- The "ui/background" material no longer exists, as the UI is being
drawn by libappfw and (at least presently) it has n... -
10:45 Doomsday Engine Revision b46ebe83 (github): Homepage: Updated Windows download page
- No more support for Windows XP and OpenGL 2.0 required.
-
07:55 Doomsday Engine Revision c5c4b6ca (github): Merge branch 'master' into defs-v2
2014-05-24
-
20:39 Doomsday Engine Revision f47aa1fe (github): Builder|OS X: Use command line tools to create installer package
- PackageMaker is obsolete nowadays, the command line tools pkgbuild
and productbuild are supposed to be used instead. -
20:36 Doomsday Engine Revision ec08855c (github): Builder|OS X: Use command line tools to create installer package
- PackageMaker is obsolete nowadays, the command line tools pkgbuild
and productbuild are supposed to be used instead.
2014-05-22
-
20:07 Doomsday Engine Revision f3ff783e (github): Merge branch 'defs-v2' of ssh://github.com/skyjake/Doomsday-Engine into defs-v2
-
19:23 Doomsday Engine Revision f2218728 (github): Builder|Debian: Package name substituted in package control file
-
19:21 Doomsday Engine Revision 25b42e4d (github): Builder|Debian: Package name substituted in package control file
-
19:16 Doomsday Engine Revision 9d1fd175 (github): Builder|Fixed: Packaging stable source packages for Ubuntu
- To allow stable packages to not be replaced by later builds in
the PPA, they are now named "doomsday-stable" rather t... -
19:13 Doomsday Engine Revision 56f1b764 (github): Builder|Fixed: Packaging stable source packages for Ubuntu
- To allow stable packages to not be replaced by later builds in
the PPA, they are now named "doomsday-stable" rather t... -
18:09 Doomsday Engine Revision 2bde2085 (github): Builder|Ubuntu: Added a source-only builder for 14.04 LTS
- The packages for Trusty are available via the sjke/doomsday PPA.
2014-05-21
-
21:03 Doomsday Engine Revision 5cd82779 (github): libdoomsday: Comment
-
20:59 Doomsday Engine Revision 078ecb9b (github): Debian: Updated package control file; use pkg-config for SDL2_mixer
-
20:20 Doomsday Engine Revision 209e8297 (github): qmake: In a server-only build, don't link to the libassimp binary
-
20:14 Doomsday Engine Revision 47c3f860 (github): qmake|OS X: Upgraded to SDL 2 and used @rpath for dynamic linking
-
17:38 Doomsday Engine Revision 1a2739cd (github): Merge branch 'master' into defs-v2
-
13:27 Doomsday Engine Revision d466df96 (github): Fixed|Windows|MinGW: Various build issues with MinGW
- Pragmas and linker options.
2014-05-20
-
17:14 Doomsday Engine Revision 498514ff (github): Merge branch 'master' into defs-v2
-
17:12 Doomsday Engine Revision e2375224 (github): libdoomsday|Uri: Use Path::withSeparators()
- The previous implementation would swap separator characters decoded
from the percent encoding, too. -
15:13 Doomsday Engine Revision e86eab67 (github): Fixed|Windows|MinGW: Various issues when building with MinGW
- Mostly regarding pragmas and compiler/linker options.
-
13:13 Doomsday Engine Revision fbd86c71 (github): Windows|qmake: Basic configuration for MinGW
- Now that Doomsday is based on Qt, support for MinGW is within the
realm of possibility. This commit sets up the basic... -
07:04 Doomsday Engine Revision 0ceb6707 (github): Merge branch 'master' into defs-v2
-
00:22 Doomsday Engine Revision 7de1b983 (github): Fixed|FMOD: Crash when starting a song
- One must take a copy of the provided sound font file name.
IssueID #1807 -
00:22 Doomsday Engine Revision 132334d5 (github): Fixed|Hexen: Extra artifacts given when jumping between hub maps
- While the inventory is reset during map setup, a savegame is then
loaded, which restores inventory. The hub backup wo...
2014-05-19
-
19:40 Doomsday Engine Revision f2a20735 (github): Fixed|FMOD: Crash when starting a song
- One must take a copy of the provided sound font file name.
IssueID #1807 -
09:05 Doomsday Engine Revision ba979058 (github): Fixed|Hexen: Extra artifacts given when jumping between hub maps
- While the inventory is reset during map setup, a savegame is then
loaded, which restores inventory. The hub backup wo... -
07:20 Doomsday Engine Revision 95ebc297 (github): Bumped version number to 1.14.4
2014-05-18
-
20:59 Doomsday Engine Revision 00c4a6f4 (github): Definitions: Added the "Defs" native module, updated Def API
-
20:57 Doomsday Engine Revision 4aa1bd61 (github): Refactor|libdoomsday: Added DEDRegister and used it for DED flags
- DEDRegister maintains a Doomsday Script namespace that stores and
indexes definitions. DED flags are now stored in De... -
20:47 Doomsday Engine Revision c74160d0 (github): libcore: Added more audiences in Record and Variable
- Observing added/removed members and getting value changes with
old/new values. -
20:46 Doomsday Engine Revision 6e959cd0 (github): libcore|ArrayValue: Cleanup in printing records
- Add newlines before a RecordValue.
-
20:45 Doomsday Engine Revision 4d7cf14a (github): libcore|ScriptSystem: Removing native modules
-
20:44 Doomsday Engine Revision 268d5e4d (github): libcore|String: Added method to make only the first character uppercase
-
20:44 Doomsday Engine Revision a850639a (github): libcore|Observers: Querying if an observer is part of the audience
-
20:43 Doomsday Engine Revision 2e157448 (github): libcore|DictionaryValue: Removing values by key
-
20:36 Doomsday Engine Revision ace5559c (github): Refactor|libcore: Apply pimpl in RecordValue
2014-05-16
-
14:55 Doomsday Engine Revision 5178c1c7 (github): Changed libdoomsday's target name
- The library should be called "deng_doomsday" so that there aren't
two targets called "doomsday". This would be a prob... -
10:36 Doomsday Engine Revision 63143669 (github): Cleanup|libcore: Typo in apidoc
-
10:20 Doomsday Engine Revision 6f4f2314 (github): Log|libcore|libgui: Set names for individual bank classes
- The log entries are more informative when it is clear that which bank is
doing the loading. -
09:32 Doomsday Engine Revision 7adf9d87 (github): Fixed|Client|Unix: Incorrect header name in include
2014-05-15
-
08:19 Doomsday Engine Revision 3c1bd044 (github): Fixed|Client: Crash when handling an empty definition array
- If std::vector is empty, one cannot take a reference to element zero.
-
08:18 Doomsday Engine Revision c5fb6fa0 (github): Fixed|Windows: MSVC solution generator script
2014-05-14
Also available in: Atom