Project

General

Profile

skyjake's activity

From 2012-10-21 to 2012-11-03

2012-11-03

14:21 Doomsday Engine Revision 28f73cf1 (github): Documentation|libdeng2: Fixed issues in Doxygen config
Added missing __cplusplus define and now included the convenience
headers as well in the apidoc. Removed the messy in...
skyjake
13:35 Doomsday Engine Revision a5c541cc (github): Win32: Updated installer script with new "lib" resource packages
The old j-prefixed packages will be deleted by the installer. skyjake
13:31 Doomsday Engine Revision 9475703a (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
12:58 Doomsday Engine Revision 65e9f207 (github): Renamed game plugin resource packages to use "lib" prefix
The renaming has to progress in steps as we can't just replace all
use of the j-prefixed names. This commit only affe...
skyjake
12:30 Doomsday Engine Revision 627266da (github): Documentation: Removed obsolete Doxygen config file
The doxygen configs currently in use have a ".doxy" extension. skyjake
11:59 Doomsday Engine Revision 9207a24d (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
Conflicts:
doomsday/engine/portable/src/dd_main.cpp
Note appropriate Doxygen formatting of the 'pre' tag (checked u...
skyjake
11:55 Doomsday Engine Revision bdb9a805 (github): Documentation: Various improvements
skyjake

2012-11-02

22:01 Doomsday Engine Revision 7247e1d2 (github): Merge branch 'drop-snowberry'
skyjake
17:27 Doomsday Engine Revision 6b0c20f9 (github): Mac OS X: Resolved conflict with system headers
The identifier "slots" in the Mac system headers was conflicting with
Qt's slots keyword when compiling Objective-C++...
skyjake

2012-11-01

19:18 Doomsday Engine Revision 2e06de54 (github): qmake|libdeng2: Include the .rc template in the project
skyjake
19:11 Doomsday Engine Revision bf97827e (github): qmake|libdeng2: Include the .rc template in the project
skyjake
19:09 Doomsday Engine Revision ec569df1 (github): Snowberry: Removed "Configuration" section on Summary tab
The Configuration summary was reserved for the display settings. Now that
the display settings are gone, there is no ...
skyjake
13:48 Doomsday Engine Revision 7d6ba58f (github): Merge branch 'master' into drop-snowberry
skyjake
13:32 Doomsday Engine Revision c6ea7b8e (github): Fixed: Respect the libdeng2 "C API only" build option
This fixes a build failure.
Most of the plugins are currently compiled with DENG2_C_API_ONLY, which
restricts the AP...
skyjake
13:29 Doomsday Engine Revision f709249f (github): libdeng2: Adhere to a pedantic compiler warning level
skyjake
09:28 Doomsday Engine Revision 83456c86 (github): Fixed: Corrected friending of PathTree::Instance
It's a struct, not a class... skyjake
09:24 Doomsday Engine Revision f3c955a0 (github): Fixed|GCC: Compilation failure (friending a private Instance)
At least GCC 4.0 lacks the ability to deduce that friending a class
should provide private access also to any contain...
skyjake
08:56 Doomsday Engine Revision 5521676d (github): Fixed: Log message argument issues
Note that "%lu" is NOT a valid de::Log entry argument format. All
integer values are converted to 64-bit integers whe...
skyjake

2012-10-31

22:40 Doomsday Engine Revision 0a8e925a (github): Snowberry: Updated Finnish language
skyjake
22:37 Doomsday Engine Revision 55817dc0 (github): Snowberry: Updated English language
skyjake
22:24 Doomsday Engine Revision b20c5e4f (github): Snowberry: Removed out-of-date display options
What remains is a minimal set of options: forcing windowed or fullscreen
mode, restoring a safe resolution if the eng...
skyjake
22:21 Doomsday Engine Revision 937236bd (github): Snowberry: Cleanup
skyjake
21:10 Doomsday Engine Revision 32c65967 (github): Documentation|Library: Added some internal apidoc about the libdeng1 Library
skyjake
08:42 Doomsday Engine Revision e3cf2f91 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake

2012-10-30

21:46 Doomsday Engine Revision f4096803 (github): Documentation|libdeng2|Version: Clarification
skyjake
21:37 Doomsday Engine Revision 3488f1e9 (github): Ignore generated files
skyjake
21:06 Doomsday Engine Revision 382219d6 (github): libdeng2: Version info
This commit makes a number of significant changes to how version
information is defined and handled in libdeng2.
1) ...
skyjake
14:55 Doomsday Engine Revision a2dcdf9b (github): libdeng2: Enumerate log message levels as members of Config.log
Enumerated the available log message levels in /config/deng.de,
allowing one to use these identifiers also at runtime...
skyjake
14:13 Doomsday Engine Revision 639bb121 (github): qmake: Unifying engine deployment (win32/unix), moved libdeng2 configs
The libdeng2 config scripts are now placed under "(basedir)/config",
away from the data directory.
This also unifies...
skyjake
12:59 Doomsday Engine Revision 8d3d1a48 (github): Mac OS X|Snowberry: Allow changing games at runtime
Thus far, the launcher has only mapped the chosen game plugin's
resources under the virtual Data directory. This has ...
skyjake

2012-10-29

20:26 Doomsday Engine Revision 336dee3e (github): Refactor|Library|libdeng: Renamed a variable for clarity
skyjake
18:10 Doomsday Engine Revision fdc73ef3 (github): libdeng2|Mac OS X: Attempting to fix dynamic library loading issue
With Qt 4.7 (in the 10.6+ build), returned to the native dlopen() for
loading the libraries instead of QLibrary, whic...
skyjake
16:57 Doomsday Engine Revision b8f17b8e (github): libdeng2: Unload shared library when de::Library is deleted
Unlike QLibrary, de::Library is supposed to unload the library from
memory when the instance is destroyed.
skyjake
11:20 Doomsday Engine Revision 087c9096 (github): Mac OS X: Deploy FMOD Ex library to the Doomsday.app Frameworks folder
If the FMOD Ex library is found inside the audio_fmod bundle, Doomsday
will attempt to open it as a Doomsday plugin. ...
skyjake
11:08 Doomsday Engine Revision adbc7182 (github): Mac OS X: Attempting to fix dynamic linker error with FMOD plugin
It is conceivable that loading and unloading the audio plugins at
startup confuses the linker in 10.6. Let's see if t...
skyjake
10:44 Doomsday Engine Revision fa1f8b33 (github): Fixed|Snowberry: Updated config for new plugins location
The plugins are now located inside the Doomsday.app bundle, not inside
the Snowberry app bundle.
skyjake
10:33 Doomsday Engine Revision 9839793f (github): Mac OS X|Snowberry: Fixed vdmaps for game plugin bundles
A vdmap is used for telling the engine where to find each game plugin's
resources inside the plugin bundles. Paths to...
skyjake

2012-10-28

22:46 Doomsday Engine Revision aac08e65 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
22:45 Doomsday Engine Revision df35eaed (github): Mac OS X|qmake: Correct dynamic linking ID for plugins
The strange dynamic linker errors in the Mac builds may be caused
by an incorrect ID. Now all the plugins have an ID ...
skyjake
17:46 Doomsday Engine Revision 6a9148b3 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
17:45 Doomsday Engine Revision 327d543a (github): Installer|Win32: Deploy the libdeng2 config script
This fixes a startup problem where the engine was not finding
a directory that was expected to exist in the deployed ...
skyjake
16:53 Doomsday Engine Revision 62ff4121 (github): Mac OS X: Attempting to fix a dlopen error
For some reason the dynamic linker isn't finding a template-based
function.
skyjake
16:47 Doomsday Engine Revision 2d8f05bc (github): Cleanup|FluidSynth: Removed old code
skyjake
15:39 Doomsday Engine Revision 2e98f0c9 (github): Mac OS X: Attempting to fix a plugin loading failure with Qt 4.7
It seems that Qt 4.6 and 4.7 can't load libraries automatically from
within bundles? Let's see if this helps at all...
skyjake
15:30 Doomsday Engine Revision dc694aa3 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
14:30 Doomsday Engine Revision 35ae266e (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
14:29 Doomsday Engine Revision 3bf2aa47 (github): Builder|Feed: Link commits to the Github repository
skyjake
11:52 Doomsday Engine Revision 23f53920 (github): Installer|Win32: Delete old plugins when installing
Fixed paths of files to delete during installation, they need the {app}
prefix.
skyjake

2012-10-27

18:16 Doomsday Engine Revision b7663a9c (github): Fixed|Win32: Syntax error in Inno Setup template
skyjake
17:55 Doomsday Engine Revision 03a764c9 (github): Win32: Updated installer template with new plugins location
The installer will remove the old plugin DLLs and place the new plugins
under "bin\plugins".
skyjake
17:38 Doomsday Engine Revision b5aeafa9 (github): Fixed|libdeng2: Fixed compiler warnings
skyjake

2012-10-26

19:57 Doomsday Engine Revision cccb18ac (github): Builder: Adjusting rules for log word counting
The counter was confused by "error.cpp". skyjake
19:38 Doomsday Engine Revision 78b542d9 (github): Fixed: Attempting to fix a crash when starting a server
There was a problem iterating a list and removing items from it. skyjake

2012-10-25

22:52 Doomsday Engine Revision 227734d6 (github): qmake: Tests are not built by default
The CONFIG option "deng_tests" needs to be used to enable building and
deploying the test suite. Deploying the tests ...
skyjake
22:40 Doomsday Engine Revision 53bc9307 (github): Tests: Print the size of the Vector component
skyjake
22:36 Doomsday Engine Revision 53d8c827 (github): qmake|Win32: Fixed tests for Windows
The deployment of tests is a bit more streamlined now. skyjake
21:48 Doomsday Engine Revision 45693498 (github): Tests|libdeng2: Added the Archive test
Tests reading and writing ZIP archives using de::Archive and de::FS. skyjake
21:47 Doomsday Engine Revision 1b5305ba (github): Fixed|libdeng2: Log message wrapping cutoff
If a log message contained an empty line (..\n\n..), the message
printout would be cut off.
skyjake
21:23 Doomsday Engine Revision 55fa59ee (github): Tests|libdeng2: Added the Record test
These tests, including the script test, run de::App in non-GUI mode. skyjake
21:18 Doomsday Engine Revision 5623e83f (github): Fixed: Define qchar_strlen() inside the 'de' namespace
skyjake
21:10 Doomsday Engine Revision 76fb46b6 (github): Tests|libdeng2: Added the vectors test
Also modified the Vector template classes to remove the automatic
casting to String, as that can easily cause some un...
skyjake
20:33 Doomsday Engine Revision 470fda9f (github): libdeng2|App: Check -userdir option for overriding runtime folder
As with libdeng1, the -userdir option is used for overriding the
location where runtime files are written.
However, ...
skyjake
19:29 Doomsday Engine Revision 126877e0 (github): Fixed|libdeng2: Another compilation issue with Qt 4.6
There is no QString constructor that takes only a QChar* pointer. skyjake
19:24 Doomsday Engine Revision 22ebd51d (github): Fixed|libdeng2: Compilation issues with Qt 4.6
There is no QString constructor that takes only a QChar* pointer. skyjake
10:37 Doomsday Engine Revision 7004a0fd (github): Documentation: Fixed a heap of Doxygen errors
This brings the Doxygen error count down to ~800 from the 1100 that
was the situation a couple of weeks ago.
skyjake

2012-10-24

12:58 Doomsday Engine Revision 1a525b03 (github): Unix: Fixed build
skyjake
11:41 Doomsday Engine Revision 5e63c613 (github): Tests: Added some comments to the kitchen sink script
skyjake

2012-10-23

20:41 Doomsday Engine Revision 5a764f9f (github): Fixed: Build failure due to extra qualifications in method declarations
This seems to be a recurring problem... skyjake
17:08 Doomsday Engine Revision 0833c14e (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
14:04 Doomsday Engine Revision 51f8fd98 (github): Documentation|libdeng2: Clarification of UnixInfo
skyjake
13:39 Doomsday Engine Revision 6b14b994 (github): libdeng2: Copyright years update
skyjake
12:03 Doomsday Engine Revision fefd1570 (github): Documentation|libdeng2: Cleanup
skyjake
11:08 Doomsday Engine Revision f4d8a4d4 (github): libdeng2|String: Typo
skyjake
11:06 Doomsday Engine Revision 3370381f (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
11:06 Doomsday Engine Revision c33a90ab (github): Fixed: No plugins needed in the kitchen sink test
The test apps do not have a full Doomsday app deployment with all the
plugins and associated resources. Now de::App i...
skyjake
11:02 Doomsday Engine Revision 27988232 (github): Fixed|libdeng2: Exception rethrowing
It seems the C++ standard says that a thrown exception is destroyed
after a catch block exists normally. The exceptio...
skyjake
10:05 Doomsday Engine Revision 9769ebf2 (github): Fixed|Win32: Fixed native path issues
The application binary path is a native path so it needs
native separators. Also, the plugins binary path needs to
be...
skyjake

2012-10-22

20:07 Doomsday Engine Revision 9dde956e (github): Win32|libdeng2: Local application data moved to AppData\Local
On Windows the proper location for user-specific files is AppData\Local. libdeng2 will
now create a Doomsday Engine f...
skyjake
19:16 Doomsday Engine Revision 54a34467 (github): Merge branch 'master' into scriptsys
Conflicts:
doomsday/engine/portable/src/pathdirectory.cpp
skyjake

2012-10-21

14:44 Doomsday Engine Revision 99ed2979 (github): Documentation: Fixed a number of Doxygen errors
skyjake
13:49 Doomsday Engine Revision d6a084ec (github): Documentation: Cleanup
Fixing Doxygen errors. Also removed the obsolete and unused sys_dylib
unix sources.
skyjake
 

Also available in: Atom