Project

General

Profile

skyjake's activity

From 2011-09-25 to 2011-10-08

2011-10-08

11:07 Doomsday Engine Revision c17ceaa9 (github): libdeng2: Log text styles are internal to deng2
skyjake
10:38 Doomsday Engine Revision d88a93ae (github): Unix: Fixed build on Ubuntu
skyjake

2011-10-07

16:17 Doomsday Engine Revision 8c7f1ba2 (github): Win32: Fixed build
skyjake
13:05 Doomsday Engine Revision f1979504 (github): Debian: Repository .list file was installed in the wrong dir
skyjake
09:30 Doomsday Engine Revision f9c7741b (github): Mac: Imported libdeng2 classes are working
The deng2 Log is operational. Socket has not yet been tested.
Next up is checking whether everything compiles on Wind...
skyjake

2011-10-06

20:07 Doomsday Engine Revision 91d749a1 (github): libdeng2: Importing basic functionality from the Hawthorn branch
Basic data classes and socket networking. Does not compile yet. skyjake

2011-10-04

18:34 Doomsday Engine Revision 1a5ce95d (github): Started work on LegacyNetwork
This class will implement simple networking functionality similar
to what SDL_net provides.
skyjake
18:13 Doomsday Engine Revision 54e17f80 (github): Cleanup in engine.pro
No need to use temporary variable for res.path. skyjake
17:39 Doomsday Engine Revision 190a87ff (github): Merge branch 'master' into remove-sdlnet
Conflicts:
distrib/win32/setup.iss.template
skyjake
17:37 Doomsday Engine Revision 953b2a39 (github): Builds: Improved warning count and OS descriptions
Warnings from dpkg-shlibdeps should be ignored. skyjake
17:34 Doomsday Engine Revision 0f62e97d (github): Win32: vcredist_x86.exe is not needed after the install
It gets deleted by the installer after the installation finishes. skyjake
17:18 Doomsday Engine Revision 106eada0 (github): Merge branch 'remove-sdlnet' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into remove-sdlnet
skyjake
17:18 Doomsday Engine Revision 916fed25 (github): Builds: Improved warning count and OS descriptions
Warnings from dpkg-shlibdeps should be ignored. skyjake
17:12 Doomsday Engine Revision 11299e26 (github): Win32: Installing libdeng2 and Qt libs
Also cleaned up the output of packres.py a little (quiet mode).
LegacyCore is now operational on all platforms.
skyjake
16:48 Doomsday Engine Revision f2514aac (github): Mac: Updated engine.pro for libdeng2 version
skyjake
15:19 Doomsday Engine Revision 083041f7 (github): Mac: Fixed gl_png.c kludge
skyjake
15:07 Doomsday Engine Revision 21e483b5 (github): Unix: Installing libdeng2, improving build robustness
Defined a version for libdeng2 (2.0.0).
When the launch-doomsday script is generated for the first time,
it needs to...
skyjake
14:35 Doomsday Engine Revision 3a7fb651 (github): Debian: Improving platform_release.py robustness
Generate an empty changelog if one is not found. skyjake
13:01 Doomsday Engine Revision 1799a414 (github): Updated LegacyCore documentation
skyjake
12:46 Doomsday Engine Revision f94f639a (github): Cleanup
Defined a new macro called useLibDir in config.pri that is used
by dep_deng2.pri to detect where the libdeng2 binarie...
skyjake
09:49 Doomsday Engine Revision 421ac65e (github): Win32: Fixed build
Also added deng_debug to CONFIG when configuring a debug build. skyjake
08:54 Doomsday Engine Revision 3454dd4c (github): Installed the deng2 LegacyCore into the engine
The event loop is now run by LegacyCore. skyjake

2011-10-03

16:47 Doomsday Engine Revision 8d874112 (github): Merge branch 'remove-sdlnet' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into remove-sdlnet
Conflicts:
doomsday/config.pri
skyjake
16:35 Doomsday Engine Revision e56c3cb2 (github): engine.pro: Improved comment
skyjake
11:17 Doomsday Engine Revision c8ddfc5b (github): Mac: Avoid libpng related compiler warning
The pointer to longjmp has different qualifiers than what is
expected on Lion.
skyjake
10:51 Doomsday Engine Revision f7c366ed (github): Merge branch 'master' into remove-sdlnet
skyjake
10:47 Doomsday Engine Revision d1c5194b (github): libdeng2: Enable strict warnings
All compiler warnings are now enabled for libdeng2. skyjake
10:47 Doomsday Engine Revision 5d73c2cb (github): Cleanup in .pro files
Removed unnecessary ':' characters. skyjake
10:31 Doomsday Engine Revision ac4be02e (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
10:31 Doomsday Engine Revision 28351c0f (github): gcc: Cleaning up some warnings
skyjake
10:23 Doomsday Engine Revision 2278d811 (github): Merge branch 'master' into remove-sdlnet
Conflicts:
doomsday/config.pri
skyjake
10:16 Doomsday Engine Revision af42a763 (github): gcc: Disabled most warnings
There are hundreds of warnings from the old C code, such as
signed/unsigned comparisons and comparisons that are alwa...
skyjake

2011-10-02

12:35 Doomsday Engine Revision aac0df46 (github): Merge branch 'master' into remove-sdlnet
Conflicts:
doomsday/config.pri
skyjake
12:25 Doomsday Engine Revision b35c5b8c (github): Win32: Added vcredist_x86.exe to the distribution package
The MSVC redistributable libraries are now installed using the
official Microsoft vcredist installer. msvcr100.dll wa...
skyjake

2011-09-30

17:07 Doomsday Engine Revision b44850ab (github): Merge branch 'master' into remove-sdlnet
skyjake
17:05 Doomsday Engine Revision 4d02ae55 (github): Debian: Tweaking changelog generator
skyjake
17:05 Doomsday Engine Revision 0530c252 (github): Debian: Tweaking changelog generator
skyjake
09:23 Doomsday Engine Revision 32cd9b89 (github): Mac: Cleanup in post-link step
Copy all symlinks of libdeng2 to the app Frameworks dir. skyjake
08:55 Doomsday Engine Revision de19589e (github): Mac: Linking against libdeng2
Also handling the Qt framework linking. skyjake

2011-09-29

19:56 Doomsday Engine Revision f1ee34f7 (github): Win32: Fixed libdeng2 exports
skyjake
19:26 Doomsday Engine Revision ad986cdf (github): Setting up a C wrapper for LegacyCore
skyjake
18:05 Doomsday Engine Revision 636cf1ea (github): config.pri: Added note about proper usage
skyjake
12:34 Doomsday Engine Revision 5876214e (github): Debian: Tweaking changelog generator
skyjake
12:18 Doomsday Engine Revision 7b9230aa (github): Working on the LegacyCore
The purpose of LegacyCore is to act as a bridge between the old
legacy Doomsday and the new libdeng2. The old legacy ...
skyjake
10:07 Doomsday Engine Revision 16e13e29 (github): Introducing libdeng2 to the main code base.
skyjake
07:52 Doomsday Engine Revision c01ce4d0 (github): Merge branch 'master' into remove-sdlnet
skyjake

2011-09-28

08:19 Doomsday Engine Revision 8716adbb (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
08:17 Doomsday Engine Revision d0077e98 (github): Win32: Include msvcr100.dll in the distribution
As libpng and libcurl have been compiled with VC++ 10.0, they
are dependent on msvcr100.dll. This shared library is p...
skyjake

2011-09-27

18:35 Doomsday Engine Revision 8ec35576 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
Conflicts:
distrib/win32/setup.iss.template
doomsday/dep_curl.pri
skyjake
18:20 Doomsday Engine Revision f5f1bb7e (github): Win32: Updated libpng and libcurl
Both of these are dependent on zlib 1.2.5, which is now included
in doomsday/external/zlib. libpng is version 1.5.5 a...
skyjake
17:09 Doomsday Engine Revision c3974d64 (github): Win32: Updated cURL
skyjake
16:54 Doomsday Engine Revision 477d56c6 (github): Win32: Updated zlib in external
As needed by updated libpng and libcurl. skyjake

2011-09-26

09:46 Doomsday Engine Revision eb143048 (github): Win32: Build output directory to distrib/products
Instead of copying the generated binaries and data files in the
install step, DESTDIR is now applied to write the fil...
skyjake

2011-09-25

11:38 Doomsday Engine Revision d98c4780 (github): Win32: Added missing cURL dependencies
ssleay32.dll and libeay32.dll were not included in the distribution package. skyjake
 

Also available in: Atom