skyjake's activity
From 2012-01-01 to 2012-01-14
2012-01-14
-
21:26 Doomsday Engine Revision 16f613c8 (github): Started branch for ddstring_t refactoring
- The goal of the "autostr-and-garbage" branch is to refactor
ddstring_t into a proper Str class. It will be accompanie... -
17:22 Doomsday Engine Revision 8fd36a76 (github): Builder|Homepage: Monitor /web, send updates to website
- autobuild.py now has facilities for monitoring all files and
directories under the /web directory in the repository. ... -
16:04 Doomsday Engine Revision a4d1e0b7 (github): Builder|Refactor: Task execution should be done in autobuild.py
- pilot.py is only responsible for task management and distribution.
-
11:43 Doomsday Engine Revision a7f96b76 (github): Builder: Check if pid file is stale
- Sometimes a pid file is left undeleted (pilot killed abnormally)
which will prevent the pilot from running again. If ... -
10:39 Doomsday Engine Revision a81df1cd (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
07:00 Doomsday Engine Revision 241b53e9 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
06:59 Doomsday Engine Revision 65e1aa4b (github): Builder: Copyright update
2012-01-13
-
23:02 Doomsday Engine Revision f80f977a (github): Refactor: Updated m_linkedlist, LinkList class
- Updated the linked list implementation in m_linkedlist
according to the current coding practices. -
22:44 Doomsday Engine Revision 73c008a3 (github): Cleanup: Moved def_share.h and p_think.h to API
- These headers have been included from the public API
headers for a long time, but so far they haven't officially
been... -
21:58 Doomsday Engine Revision 07abe67b (github): Cleanup: Removed obsolete trigger_t and related functions
- M_CheckTrigger() and M_RunTrigger() are no longer
needed as sharp ticks are determined with
DD_IsSharpTick(). -
19:18 Doomsday Engine Revision 84431d2f (github): Client|Fixed: Player no longer gets stuck in monsters
- The client will now make sure that no solid clmobjs are moved into
a local player. Since solid objects cannot enter i... -
18:38 Doomsday Engine Revision bd5f74d1 (github): Documentation: Updated .h/.c source file templates
-
18:19 Doomsday Engine Revision a558de3d (github): Documentation: Improved public API header file documentation
- Modified all the GPL banners, fixed various errors, and added
more groupings. -
13:31 Doomsday Engine Revision bf3dee13 (github): Documentation: Further grouping, improved GPL banner
-
12:23 Doomsday Engine Revision a019c4d3 (github): Builder: Allow Pilot to ignore specific tasks
- Some clients may want to exclude themselves from certain jobs.
-
12:19 Doomsday Engine Revision 9864726c (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
12:18 Doomsday Engine Revision 0d4be585 (github): Documentation: Improving the public API docs
-
10:04 Doomsday Engine Revision 77c56c39 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
10:03 Doomsday Engine Revision 3c6aa39d (github): Documentation: Added libdeng mainpage; CSS tweaks
2012-01-12
-
22:15 Doomsday Engine Revision f200e612 (github): Cleanup: Removed use of obsolete network flags
-
22:11 Doomsday Engine Revision 7d235ad6 (github): Documentation: Several updates to public API docs
- Started grouping things so that the documentation forms a
clear logical structure and navigation. -
18:11 Doomsday Engine Revision 4c2d014e (github): Multiplayer: Server sends its materials to clients
- This will ensure that even though a different set of resources
has been loaded on the client, the materials will not ... -
17:10 Doomsday Engine Revision 5159d986 (github): Documentation: Updated apidoc for Reader and Writer
- In the future please use these as a guideline for API documentation.
Note the file description in the beginning and t... -
12:51 Doomsday Engine Revision 2054b297 (github): Documentation: Various fixes
- @see is not appropriate inside @param list as it produces
a "See also" section. It's better to use @ref.
Fixed group... -
12:02 Doomsday Engine Revision f9ac3093 (github): Hexen|Fixed: First map of a new game was incorrectly chosen
- Hexen uses translated map numbers, so we can't just select
map 0 and be done with it.
In the future, we need to unif...
2012-01-11
-
20:10 Doomsday Engine Revision 966c3571 (github): Builder: Generate all API documentation
-
19:57 Doomsday Engine Revision 2b16f8cd (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
19:56 Doomsday Engine Revision c330a4b4 (github): Builder: Added task generate_apidoc
-
19:13 Doomsday Engine Revision 8804c5c9 (github): Busy mode: Partial progress display mode
- The progress bar can now be configured to use only a subregion
of the indicator. Visually combines the multiple conse... -
13:23 Doomsday Engine Revision 4a7148f8 (github): Builder: Bugfixes
- The builder mistook a gcc command line option for an error message.
Also, the pilot could get stuck in an infinite lo... -
11:16 Doomsday Engine Revision 565e5556 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
11:16 Doomsday Engine Revision 7ab1bbcb (github): Documentation: Configuring Doxygen
- Added Doxygen configuration files for generating a set of API
documentation web pages. There are 6 different variants...
2012-01-10
-
20:18 Doomsday Engine Revision 7ff4fdb4 (github): Cleanup
-
18:25 Doomsday Engine Revision 94b91376 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
18:23 Doomsday Engine Revision 5b5495d5 (github): Fixed: Busy mode progress animation
- Animation of busy mode progress was behaving incorrectly.
Now busy mode will also wait until the progress animation
f... -
17:29 Doomsday Engine Revision 51c1e08e (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
17:26 Doomsday Engine Revision 6e5d32dd (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
17:24 Doomsday Engine Revision 0915fd41 (github): Fixed: Cleaned up p_saveio init and shutdown
- savefile was not always closed in the appropriate manner, leaving
a pointer to freed memory. -
13:45 Doomsday Engine Revision f7368885 (github): Win32: Exports for MaterialArchive
-
13:35 Doomsday Engine Revision c2bbbaa8 (github): libcommon|Refactor: Split low-level I/O operations from p_saveg.c
- Replaced p_svtexarc with p_saveio, which contains low-level I/O
operations for savegames. -
09:57 Doomsday Engine Revision 2889401c (github): Refactor: Moving MaterialArchive into the engine (from libcommon)
- Savegames already have a facility for creating a dictionary of materials.
This is also needed for netgames, so the Ma...
2012-01-09
-
21:34 Doomsday Engine Revision 0795d8a5 (github): Added Str_NewFromReader()
- Creating a ddstring_t out of data read from a Reader.
-
19:45 Doomsday Engine Revision f9d92f80 (github): Added support for callbacks in Reader and Writer
- The user can provide custom functions for reading and
writing the actual values. When using custom functions
the Read... -
16:29 Doomsday Engine Revision 35c11729 (github): Mac OS X: Fixed compiler warning
- Parameter differed in pointer signedness.
-
09:11 Doomsday Engine Revision 0e4f34fb (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
09:10 Doomsday Engine Revision 98eba289 (github): Call ST_Start and HU_Start after player spawns
- See commit 34a10557e2240072927cd460c185c9df15017bb8
To be safe, we'll still call the status and hud start functions ...
2012-01-08
-
20:22 Doomsday Engine Revision fab944b7 (github): InFine: Client can skip the script
- Clients will now send a skip request to the server when an
event occurs during client-side script playback.
Modified... -
18:38 Doomsday Engine Revision 2e83281c (github): InFine: Client bypasses script stack, only tracks server state
- The server sends the current script's state to the client, which
is used for evaluating conditions for the current sc... -
18:01 Doomsday Engine Revision 34a10557 (github): Fixed: GL access during busy mode
- ST and HU were initialized during map setup worker,
which lead into OpenGL calls.
2012-01-07
-
12:04 Doomsday Engine Revision 28a9fc8e (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
12:02 Doomsday Engine Revision 253c1c72 (github): Win32: Exported Uri/ddstring serialization functions
-
11:47 Doomsday Engine Revision d68c4ffa (github): Builder: Commit messages retain original newlines in XML feed
-
11:38 Doomsday Engine Revision dc1c121f (github): Multiplayer: Updated GPT_GAME_STATE packet
- Added map Uri and game identity key. Currently the Uri is not
used by the client (still relies on episode and map num...
2012-01-06
-
18:59 Doomsday Engine Revision 221ec06c (github): OpenGL: Added -noglcheck to override version check
- If for any reason the OpenGL version check fails to detect the
correct version, -noglcheck can be used to try and lau... -
18:03 Doomsday Engine Revision 3cc2ad60 (github): ddstring: Elaborated on Str_InitStatic() apidoc
-
18:00 Doomsday Engine Revision 63636202 (github): Uri: Added option for omitting scheme in serialization
- Uris written with Uri_Write() and Uri_WriteOmitScheme() can
be read with either Uri_Read() or Uri_ReadWithDefaultSche... -
13:33 Doomsday Engine Revision c40666a4 (github): Added (de)serialization functions for Uri and ddstring_t
- Uses Reader and Writer.
-
10:21 Doomsday Engine Revision 89ee5648 (github): GCC: Fixed build
- Added necessary header includes.
2012-01-05
-
09:17 Doomsday Engine Revision 7a80bd20 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
09:17 Doomsday Engine Revision d3a780a3 (github): Builder: Tidier commit date output
-
09:14 Doomsday Engine Revision 7aeb91e0 (github): Win32: Fixed compiler warnings about signed/unsigned mismatches
-
08:58 Doomsday Engine Revision 224ac2f2 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
08:51 Doomsday Engine Revision f78362c7 (github): PNG: Fixed deprecation warnings with libpng 1.4
- longjmp has to be done differently in different versions of libpng.
-
08:29 Doomsday Engine Revision c6d051a7 (github): Enforce data hiding
- Moved struct materialvariant_s into materialvariant.c, there is no need to
expose its internal structure. -
08:01 Doomsday Engine Revision c8506c2e (github): Updated repository readme
-
07:56 Doomsday Engine Revision 6a30a44f (github): Builder: More readable RSS feed commit list
- Attempting to make the list more readable by grouping commits
and simplifying the output. -
07:54 Doomsday Engine Revision facc74cf (github): Builder: Fixed misinterpreted word 'error' in log
- There was a warning about a function with 'error' in its name, and the
Builder mistook the message for an error.
2012-01-04
-
20:25 Doomsday Engine Revision 362933f7 (github): Builder: Group commits by prefixed tags
- If a commit has no tag but the tag appears somewhere in the subject,
the commit gets a guessed tag (<tag guessed="tru... -
15:47 Doomsday Engine Revision ad5244ec (github): InFine: Fixing clientside script playback
- Changed network packets for transmitting the InFine
state changes. -
15:25 Doomsday Engine Revision e313ae07 (github): Dedicated Server: Don't prepare materials
- In novideo mode one should not deal with display graphics.
-
13:39 Doomsday Engine Revision ff3bee19 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
10:14 Doomsday Engine Revision 9364f59a (github): Removed unused variables
-
09:09 Doomsday Engine Revision 527ec56b (github): InFIne: Started work on updating the network sync
- The engine has the low-level finale packet while fi_lib has its own.
2012-01-03
-
20:45 Doomsday Engine Revision daa219ae (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
20:44 Doomsday Engine Revision a01e999f (github): Hexen: Fixed missing pottery explode sound
- The pottery explode sound was using the pottery mobj
as origin, which meant that because the origin was
immediately d... -
13:56 Doomsday Engine Revision 4bed8ae5 (github): lzss: Removed insecure, unused chunk functions
- Removes long-standing security warning about tmpnam().
The lzss chunk functions were never used by Doomsday. -
13:55 Doomsday Engine Revision b232cb60 (github): Cmd "version" printed game version twice
- Removed the duplicate.
-
13:42 Doomsday Engine Revision a5b4b47f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
13:26 Doomsday Engine Revision cb4f8691 (github): Fixed a minor memory leak
- Buffer returned by Dir_CurrentPath() must always
be freed. -
11:21 Doomsday Engine Revision a566da08 (github): Mac: Updated app info strings
-
11:12 Doomsday Engine Revision 35dc1060 (github): Client: Fixed viewport being blank
- viewData and viewports in r_main.c were being indexed
incorrectly. They were renamed to viewDataOfConsole
and viewpor... -
10:17 Doomsday Engine Revision 3b659f6e (github): Safer string concatenation
- With strncat() there is a danger of buffer overflow as the
length of the string already in the destination buffer was... -
09:48 Doomsday Engine Revision 2ee6ac00 (github): Unix: Fixing compiler warnings
- From strncat() man page: "If src contains n or more characters, strncat()
writes n+1 characters to dest (n from src p... -
09:22 Doomsday Engine Revision da57dd56 (github): PNG: Use standard memcpy/sizeof
- No need to use the png version of these.
-
08:36 Doomsday Engine Revision e7cef0c3 (github): PNG: API version check for longjmp
- png_longjmp was added in libpng 1.5.
-
08:25 Doomsday Engine Revision 18b3a0d2 (github): PNG: Fixed longjmp on Windows
- We should use libpng's longmp function.
-
08:15 Doomsday Engine Revision be21edef (github): FS: Added utility for appending a slash to path
- There was a common pattern of checking if the last character
of a path was a slash and appending one if it was missin... -
08:11 Doomsday Engine Revision e7c324ad (github): PNG: Prevent libpng default error output
- The libpng manual says that a custom error handler should never
return, so we'll just longjmp past the loader.
2012-01-02
-
18:50 Doomsday Engine Revision a1b30470 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
18:49 Doomsday Engine Revision eca42e69 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
18:48 Doomsday Engine Revision 6340c8d8 (github): Server: Disabling access from old clients
- Incremented protocol version number.
-
18:38 Doomsday Engine Revision fd11ff44 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
18:35 Doomsday Engine Revision aeaf7136 (github): Fixes for dedicated server
- The client_t Smoothers need to exist for the entire engine runtime;
they should be considered part of the client_t st... -
14:38 Doomsday Engine Revision b08b7d2d (github): conPrintf: Improved performance
- Every conPrintf call was causing a memset() of 640KB, which is
not exactly a cost-free operation. Clearing the entire... -
11:46 Doomsday Engine Revision 69ab6142 (github): Texture Manager: Print message about images that fail to load
- There is a suspicious number of PNG load errors being printed, something
fishy is going on... -
11:32 Doomsday Engine Revision 14bd2a96 (github): Merge branch 'ringzero+master'
-
11:31 Doomsday Engine Revision 67d97b69 (github): Improved code readability
2012-01-01
-
22:08 Doomsday Engine Revision fd532efc (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
18:24 Doomsday Engine Revision 299884f4 (github): Unix: Fixed dedicated console window setup
- Value for the window type parameter was incorrect.
-
18:23 Doomsday Engine Revision f82db8c9 (github): Fixed missing space character in version strings
-
17:39 Doomsday Engine Revision 19f751a0 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
-
17:37 Doomsday Engine Revision 8339a44b (github): Snowberry: Fixes for paths in command line options
- The $DENGBASE expression was not working as expected.
The resulting path will now be an absolute path.
Also added $S... -
17:35 Doomsday Engine Revision b759dbec (github): Mac: Updated Snowberry icon and Readme
-
11:22 Doomsday Engine Revision f68e1f56 (github): Builder: Feed cleanup
- Subject lines are truncated only at whitespace. Also, the RSS feed will only
show a maximum of 100 latest commits (XM...
Also available in: Atom