skyjake's activity
From 2014-05-18 to 2014-05-31
2014-05-31
-
11:34 Doomsday Engine Revision 492bc2cb (github): libcore|NumberValue: Include the "Hex" semantic flag in serialization
-
11:31 Doomsday Engine Revision 49f7a2b7 (github): Refactor|Resources: Use the new model definition accessor
- libdoomsday's defn::Model is now used to access model definition data
stored in Record instances. -
11:27 Doomsday Engine Revision 98286524 (github): Refactor|libdoomsday|DED: Model definition handling in separate source file
- The model definition accessor utility is now located in its own
source file. Various utility methods were added (e.g.... -
11:12 Doomsday Engine Revision 40323420 (github): Cleanup
-
11:12 Doomsday Engine Revision 24192d6c (github): Fixed|libcore|Scripting: RecordValue duplication behavior
- RecordValue is now duplicated like any other value: a true duplicate
copy is constructed with the exact same characte... -
10:43 Doomsday Engine Revision b91ad525 (github): Cleanup
2014-05-30
-
22:11 Doomsday Engine Revision 7e22ce64 (github): libcore|NumberValue: Added a semantic hint for hexadecimal values
-
12:42 Doomsday Engine Revision 6054bb0f (github): Refactor|libgui: Use RecordAccessor's get*() methods
-
08:59 Doomsday Engine Revision eb77a291 (github): Refactor|libcore: Convenient native access to a Record
- Added RecordAccessor as a utility that provides various get*()
methods to query values from a Record. RecordAccess is...
2014-05-29
-
11:14 Doomsday Engine Revision ba6eadfc (github): Merge branch 'master' into defs-v2
- Conflicts:
distrib/win32/setup.iss.template
doomsday/dep_sdl.pri
doomsday/libdoomsday/libdoomsday.pro
2014-05-28
-
18:04 Doomsday Engine Revision 00bef567 (github): Windows|Installer: Deploy SDL2 and SDL2_mixer libraries
-
10:34 Doomsday Engine Revision 78aca57f (github): qmake|SDL: Upgraded to SDL 2.0, added a dep_sdl2.pri
- The old SDL configuration still exists so that older branches can
be built like before. The config variables use a "S... -
09:14 Doomsday Engine Revision 7ff387d9 (github): Documentation: Updated Doxygen configuration
- Obsolete config values removed.
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
Also available in: Atom