Project

General

Profile

Activity

From 2013-03-19 to 2013-04-01

2013-04-01

20:29 Revision 42d24d87 (github): Documentation|Console|All Games: Updated cphelp.txt and conhelp.txt files
The console and control panel help strings are now generated out of
the Amethyst sources under "doomsday/doc".
At th...
skyjake
20:10 Revision d965e938 (github): Documentation|Console: Improved docs for some commands and variables
Also added a dry run mode for wikidocs.py. skyjake
15:23 Revision ab434568 (github): Documentation|wikidocs: Removed extra newline from output
skyjake
14:16 Revision a5d03aab (github): Documentation|Console: Cleanup
Consistent use of spaces. Tweaked wiki headings. skyjake
14:15 Revision be4d802c (github): Documentation: Trying out Amethyst formatting in selected commands
skyjake
14:04 Revision 88b7b08b (github): Documentation: Cleanup
Unified redundant commands and variables. skyjake
10:26 Revision bbdef178 (github): Amethyst: Added Doomsday Help output style to lib
skyjake
10:23 Revision d2075162 (github): Documentation: Improved conhelp.py runtime output
skyjake
09:57 Revision 3c991eaa (github): Documentation: Cleanup
skyjake
09:51 Revision 0be19d86 (github): Documentation: Improved help builder script
Now in Python so it can be run on all platforms. Also made conhelp.py
importable.
skyjake

2013-03-31

21:05 Revision 73ac2b34 (github): Definitions: Enabled IWAD/PWAD only flags in Decoration/Detail/Reflection defs
These flags were temporarily disabled while the material animation
changes were implemented. It is now time to re-ena...
danij
20:07 Revision 6947fb95 (github): Documentation: Added scripts and Control Panel help as Amethyst sources
- conhelp.py: Generate a conhelp file containing commands and variables
- makehelp.sh: Generate cphelp/conhelp for en...
skyjake
15:19 Revision a41d71e2 (github): Changed release type to "Stable" for 1.10
skyjake
15:04 Revision 3b06c59a (github): Merge branch 'fix-window'
skyjake
14:17 Revision b6acdb05 (github): Documentation|wikidocs: Cleanup
skyjake
13:49 Revision 86633d4b (github): Fixed|qmake|Unix: Output directory accessed before created
The .desktop file was generated before qmake had a chance to create
the output directory.
skyjake
12:05 Revision 698fbf01 (github): Merge branch 'master' into fix-window
Conflicts:
doomsday/client/src/ui/window.cpp
skyjake
11:28 Revision ae7be02d (github): Documentation|wikidocs: Improved index table formatting
skyjake
11:23 Revision f1463582 (github): Documentation|Console: Fixed typos and some redundancy
skyjake
10:57 Revision c8785318 (github): Fixed|Window Manager: Incorrectly changing away from maximized window
The 'maximized' flag is now cleared when changing the window's
attributes (x, y, width, height). This fixes a problem...
skyjake
10:53 Revision 824cb1fd (github): Documentation|TextMate|Mac OS X: Added a .tm_properties for the Amethyst docs
skyjake
08:58 Revision 056f9e17 (github): Fixed: Passing a de::String to Con_Message() instead of char*
skyjake
08:51 Revision c228e3de (github): Fixed: Class member initialization not supported by our C++ standard
skyjake
06:32 Revision 23ec7c44 (github): Window: Cleanup
danij
06:32 Revision 5c4e9435 (github): Console: Improved "displaymode" command output
danij
05:02 Revision b9bb16ac (github): Window|Refactor: Use QRect throughout
danij
04:42 Revision 200fb3ea (github): Window: Cleanup
danij
01:58 Revision 80c212b2 (github): Window|Refactor: Various cleanup refactorings
danij
00:13 Revision d1799d70 (github): Window: Cleanup
danij
00:09 Revision 905a74e7 (github): Window|Refactor: Replaced global var 'theWindow' with macro DENG_WINDOW
danij

2013-03-30

23:46 Revision 4878b4c9 (github): Window|Refactor: Revised changeAttributes()
Replaced the naive and unnecessary internal state backup mechanism
with a validation logic that short-circuits the pr...
danij
23:32 Revision 9308a0d3 (github): Window|Refactor: Minor interface improvements
danij
22:47 Revision c389f392 (github): Window|Refactor: Revised access to the main Window
danij
21:27 Revision 2efb52df (github): Window|Refactor: Connect finishMainWindowInit() from create()
danij
21:21 Revision 43414ec1 (github): Fixed: Main window destruction upon fatal error
The main window was destroyed behind the back of the window manager. danij
21:06 Revision 009b9e4a (github): Window|Refactor: Cleaned up Window destruction
danij
21:04 Revision a3f46901 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
21:03 Revision 0ed5329e (github): Documentation: Script for generating wiki pages for commands/variables
Expected to be run in "doomsday/doc". skyjake
21:00 Revision 4dffe8a2 (github): Documentation: Improved Amethyst markup in command/variable docs
Whitespace only acts as a separator in Amethyst; replaced the
now-meaningless newline escape chars with a custom macr...
skyjake
20:47 Revision 2026e3e1 (github): Window|Refactor: Cleaned up Window construction
danij
19:29 Revision add3c82d (github): Window|Refactor: Addressed private Window accesses in window.cpp
danij
19:22 Revision 2ec3383b (github): Window|Refactor: Reworked Window into a C++ class
Todo: Address private accessors in window.cpp
Todo: Replace naive state backup in Window::changeAttributes()
danij
17:03 Revision adca2771 (github): Window: Cleanup
danij

2013-03-29

22:35 Revision 8b694975 (github): Documentation: Console commands and variables as Amethyst sources
Generated an .ame source for each console command and variable based
on the cphelp/conhelp files. These are intended ...
skyjake
20:15 Revision 47d34348 (github): Builder|Fixed: Python import path
skyjake
20:10 Revision fd4f38a5 (github): Builder: Generate "Latest Doomsday release" page
When a stable release is made, the autobuilder will now generate
the redirection page for the latest Doomsday release.
skyjake
18:24 Revision 54c0516b (github): Homepage|Build Repository: Removed static packages for 1.9.7—1.9.9
Now that the 1.9 series has ended the index should only feature the
last 1.9.10-1 release.
Ideally I'd like to facto...
danij
15:25 Revision 613d65d6 (github): Refactor|Homepage|Master Browser: Replaced server info array with ServerInfo (class)
Simply to avoid the semantics of array indexing in PHP. The class
itself can be developed further as and when we have...
danij
12:51 Revision f6b5c4e9 (github): Fixed|Heretic|Renderer: Torch timeout and rendering with no attenuation
The engine rendered all torch light (player's fixedColorMap) with
distance attenuation. This is originally due to Hex...
skyjake
12:18 Bug #1114: [Snowberry] Runtime Error (Errno 22) on "Play"
- **assigned_to**: Jaakko Keränen --> nobody
skyjake
08:31 Bug #1114: [Snowberry] Runtime Error (Errno 22) on "Play"
i also had this problem under xp on 2 different machines, with brand new installs of xp sp3 with all updates, with sn... stavstav2
11:43 Bug #1065: [HeXen] loading a pwad breaks player colours
In all but one colour: Blue for the Mage and Cleric and Yellow for the Fighter vermil
11:38 Bug #1108: Infine corruption during first tic
> causes corruption of all following infine
What do you mean by "corruption"? Visual or behavioral?
Please atta...
skyjake
11:32 Bug #1052: [Heretic] Torch artifact doesn't work properly
I've fixed the Heretic torch for 1.10 so it doesn't have the Hexen-like distance attenuation. skyjake
11:32 Bug #1053: [Render hack] Icarus Alien Vanguard: Force-fields (scrolling masked middle texture)
_(originally posted by anonymous SF.net user)_
Are you using a texture pack? I've had similar issues due to DHTP ove...
skyjake
09:08 Revision 3d3563c0 (github): Optimize: NativePath remembers the current work path
Rather than always querying the path with QDir::currentPath() (which
looks somewhat inefficient in the profiler), rem...
skyjake
08:27 Bug #1105: XG sector ambient sounds not saved/loaded
- **labels**: --> XG, Audio, Sound Effects
- **priority**: 1 --> 6
danij
08:26 Bug #1090: Sv_RateDelta return code doesn't typecheck
- **labels**: --> Networking, Server
- **status**: open --> fixed
- **assigned_to**: Jaakko Keränen
- **milestone**:...
skyjake
08:24 Bug #1109: game crashes at start of
I have no idea what version I have. If I have wrong version is there way how to patch it? pokazene_maslo
08:24 Bug #1109: game crashes at start of
> File "D:\Install\- Games\Legacy Of Doom\DOOM2.WAD:(basedir)\FATTB4B6.lmp" does not appear to be a valid Patch.
F...
skyjake
08:04 Revision b181bf4a (github): Fixed|Server: Starting and stopping the server
Internally the engine was still relying on the removed
"net server start" and "net server close" commands. Now that t...
skyjake
07:30 Revision b58a6aeb (github): Documentation: Added wiki template for the doomsday-server man page
skyjake

2013-03-28

22:16 Revision d334bb39 (github): Fixed|VersionInfo: Parsing version with just two components
dengine.net now provides a two-component version if the revision is 0.
Fixed an out-of-bounds indexing in the parser.
skyjake
21:04 Revision 86d1c59c (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
21:03 Revision 2b9fb720 (github): Homepage|Master Browser|Fixed: Misinterpretation of a server's 'open' status
Rather than denoting the existence of a password to join the game
session, the 'open' status instead refers to whethe...
danij
20:59 Revision 18ca9deb (github): Master Server: Added a 'locked' property for future use
A locked server will require the user to supply a password in order
to join the game session as a player. Note that t...
danij
19:16 Bug #1114: [Snowberry] Runtime Error (Errno 22) on "Play"
- **labels**: Snowberry --> Snowberry, Windows XP
- **summary**: Runtime Error Errno 22 on PLAY --> [Snowberry] Runti...
skyjake
19:15 Bug #1114 (Closed): [Snowberry] Runtime Error (Errno 22) on "Play"
After download, install & wad validating, I press play and receive this error:
Runtime Error
An unexpected er...
cdooginz
19:14 Revision d5cd8e96 (github): Server: Removed "net server start/go/stop/close" commands
The server is always "started" when it's running; quitting the server
means closing it. In other words, it is no long...
skyjake
19:14 Revision bd15e743 (github): Security|Server: Disallow public servers without a shell password
If there is no shell password, anyone can login via Shell and modify
the server's config.
It is now mandatory to set...
skyjake
16:29 Revision b00cfabb (github): Fix typos
danij
16:13 Revision 59a190a6 (github): Readme: Added wiki link to the Shell
skyjake
15:30 Revision c729384d (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
15:29 Revision ef3ae967 (github): Homepage|Build Repository: Made use of Version for nicer version number output
The following new properties were added to the JSON object graphs:
- (integer) version_major = major version number
...
danij
15:22 Revision 029f2a03 (github): Homepage: Added Version class
danij
14:27 Revision bf7cc765 (github): Readme: Updated link to "Multiplayer server" in the wiki
skyjake
11:33 Revision 5e1e48bd (github): Homepage|Fixed: Adjusted positioning of the socialbookmark buttons
Ohloh's new button is much larger and yet visually smaller than the
included iframe says it is...
danij
10:33 Revision 152d89d1 (github): Fixed|Multiplayer|Hexen: Client wasn't notified when keys picked up
skyjake
10:20 Revision 79c298bc (github): Fixed|Hexen: Status bar life gem colors match player color
Needed to swap red and blue for the life chain gem. skyjake
10:01 Revision edace837 (github): Fixed|UI: Error dialog reads log output using libdeng2 FS
To find and read the log output file, one needs to use the libdeng2 file system. skyjake
09:24 Revision 49a31b60 (github): Homepage: Updated Mac downloads page with 10.8
skyjake
07:47 Revision f66e0d2c (github): Homepage|Build Repository: Added support for the OS X 10.8 packages
skyjake

2013-03-27

19:36 Revision 3d8d44df (github): Cleanup: Removed an unnecessary try/catch
Added a slightly nicer way to delete the app's materials collection. skyjake
19:31 Revision e59ac0e4 (github): Fixed|UI: Ensure LegacyWidget is not drawn until GL is fully initialized
UI_DrawDDBackground() accesses materials. skyjake
19:22 Revision 190250fe (github): Fixed|Window Manager: Window refresh stops after canvas recreated
There was a logic error where a Canvas that was requested to be
recreated, but actually wasn't recreated due to the G...
skyjake
16:37 Revision 952ba5f8 (github): libcommon|Hexen|Debug: Replaced fatal error with assertion
skyjake
15:00 Revision 47d853c0 (github): Fixed: Potential crash during startup
Canvas's init function may actually end up destroying the Canvas
(e.g., FSAA mode changes during the startup). Thus C...
skyjake
14:57 Revision 2706ea5e (github): libdeng2: Cleanup
skyjake
13:57 Revision ccaab27b (github): Fixed|md2tool: Warning about unused return value
skyjake
11:50 Revision d3d9a88b (github): Homepage: Updated info about autobuild schedule
skyjake
10:56 Revision b38ea6d0 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
10:55 Revision 0cb3954e (github): Fixed: Pause and input device state
When a user-initiated pause ends, the state of input devices and
player controls is reset.
When a forced pause ends ...
skyjake
03:08 Revision e96c8be0 (github): AudioDriver (Music): Cleanup
With luck, fixed the "control may reach end of non-void function"
warnings output by GCC on Mac OS X 10.4, too.
danij
02:27 Revision 64ed0826 (github): Definitions: Fixed OBOE interpreting supplanted material anims
A typo in the definition parser's handling of the case where a
texture animation defined by the default game ANIMDEFS...
danij

2013-03-26

21:21 Revision 11fc79e1 (github): Fixed|Client|Hexen: Duplicated Fighter weapon effects
skyjake
21:20 Revision b29b1962 (github): Hexen|Debug: Cleanup
A fatal error in the mobj saver, oh my. Probably meant to be an
assert? Triggered this when saving the game right aft...
skyjake
21:16 Revision 03b7d61f (github): Fixed|Client: Excessive server list updating
The client was updating the MPI server list whenever the Beacon
got a local server's response, even if the UI was not...
skyjake
17:34 Revision 2a61f079 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
17:34 Revision b2ca38ff (github): Fixed|InFine|Hexen: Player class conditions
The player class condition was checked incorrectly in the InFine "If"
evaluation hook.
skyjake
17:24 Revision ea445c3b (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
17:23 Revision 83975f3a (github): libheretic|Fixed: Errant Firemace spawning/repositioning
Also fixed a multiplayer specific bug where clients would spawn a
duplicate Firemace locally.
danij
15:57 Revision 389f0c8f (github): Shell|GUI: Hide work-in-progress features in the release build
skyjake
15:46 Revision 8c008f91 (github): Fixed|Client: Clear view filter when spawning
skyjake
15:28 Revision 7aa5622e (github): Windows|Fixed: Output from DebugLogSink
DebugLogSink was not outputting normal messages, only warning messages. skyjake
14:59 Revision a5ed7543 (github): Mac OS X|Updater: Updated built-in platform ID for 10.8
Also removed faulty detection of gettext version in bundleapp.sh. skyjake
14:02 Revision 0e998a68 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
skyjake
14:02 Revision 13bcaca0 (github): Builder: Added handling of the Mac OS X 10.8 build
Identifier in the feed is "mac10_8-64bit". skyjake
13:56 Revision aad4be39 (github): Fix typo
danij
13:54 Revision fa588a73 (github): Smart Texture Filtering|Fixed: Inadvertently broken in a refactoring oversight; cleanup
danij
12:56 Revision 6dc057eb (github): Mac OS X|Builder: Added a new build for OS X Mountain Lion (10.8)
It turned out to be quite difficult to get Qt 4.8.4 in the Snow Leopard
build, so now there is a OS X 10.8 build with...
skyjake

2013-03-25

19:48 Revision 4d6072d9 (github): Windows|Updater: Check for Shell and Server instances before installing
skyjake
19:47 Revision 2305bbe0 (github): Shell|GUI|Windows|Mac OS X: Adjusted mouse wheel sensitivity
skyjake
18:24 Revision cb980263 (github): Fixed|Windows: Missing newlines in runtime log output (DebugLogSink)
skyjake
16:50 Revision d9b07bde (github): Readme|Mac OS X: Updated CPU arch requirements
skyjake

2013-03-24

20:24 Revision b53d9a27 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
20:23 Revision 36fb0c1f (github): Fixed: Integer constant is too large
Qualified the 64-bit constants as long long. skyjake
18:53 Revision 47536eda (github): libcommon: Waive map start pause after a briefing infine
The map begins immediately if there is a finale when entering. skyjake
18:35 Revision c5bd86de (github): libcommon|Cleanup: Handling focus event to (un)pause
Fewer globals == good. skyjake
18:15 Revision 00534a12 (github): libcommon: Added cvar 'game-pause-mapstart-tics'
In some games (like libdoom) it is important to keep game time
paused while the engine's busy transition effect is on...
skyjake
16:46 Revision 05f39415 (github): Refactor|libcommon: Moved all pause-related code into one place
libcommon/pause.c now holds all the pause-related logic.
Todo: Implement the forced (non-user) pause period.
skyjake
15:11 Revision f7f13781 (github): Fixed: Handling a fatal error at various stages
Fixed handling of a fatal error before the window has been created.
Also fixed handling of a fatal error during start...
skyjake
14:19 Revision bee842de (github): Cleanup
skyjake
10:47 Revision 4e2cafa0 (github): Fixed: Missing directory slash fix in Mus_GetExt()
It would be really nice if FS1 knew how to fix slashes itself so this
wouldn't be the caller's responsibility.
skyjake
10:30 Revision d202ce9b (github): Fixed|Unix: Restored earlier temporary fix for slashes (UNIX only)
Todo: Revert when original culprit found. skyjake
10:24 Revision 9aea7cec (github): qmake|Mac OS X: Tweaked library install name functions
If the Qt install directory is found in the linked library name it
will be removed and replaced with the relative ".....
skyjake
10:23 Revision 3cd91730 (github): Tests|String: Added a further example of string formatting
Extra arguments get appended without spaces as text. skyjake
03:56 Revision 11763e32 (github): Clarified a potentially misleading comment in material.cpp
danij
03:46 Bug #1104: Replacement flats VS texture animations
- **status**: open --> accepted
danij
03:24 Revision 29c3701f (github): Materials: When caching, prepare all textures in a material animation
danij
02:22 Revision ccead57d (github): Material: Observe Texture DimensionsChanged
Replaced mechanism for inheriting material world dimensions from a
Texture (which in turn may be taken from Image pix...
danij
00:01 Revision 8b88c67d (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
00:00 Revision f19f9b1a (github): Revert "Fixed|Unix|FS1: Switch to correct path separators"
This commit (c35524ea5cc7d02500a8881e86f7b5718893c394) results in
a fatal error on Windows during startup. Now revert...
danij

2013-03-23

21:49 Revision 23edf513 (github): Cleanup
skyjake
21:18 Revision aabc588c (github): Readme: Updated mention about BSP builder
skyjake
17:28 Revision 7513e4c1 (github): Fixed|Map Renderer: Clarified precedence of operations in arithmetic expressions
danij
17:23 Revision 44e03b1e (github): Fixed: More compiler warnings (unused local variables)
danij
16:23 Revision 2ef5b437 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
16:23 Revision a03b702e (github): libdeng2|Fixed: Potential null pointer access in de::Observers
skyjake
16:02 Revision 99057f44 (github): Material::Decoration::Stage|Fixed: fromDef() should use the "normalized" sysFlareIdx
danij
13:44 Revision a1d2a785 (github): Fixed|Updater: Default location for downloads, better script for Mac OS X
The default location for Updater downloads is now the user's cache
location.
The autoupdater script for Mac OS X was...
skyjake
13:41 Revision a89fcc03 (github): libdeng2: Fixed crash when doing log output during atexit()
The log buffer has already been destroyed when atexit calls its
callbacks.
skyjake
09:49 Revision c35524ea (github): Fixed|Unix|FS1: Switch to correct path separators
It seems to me the switch to /-separators for @a path should occur
at some higher level?
Fixes the bug where externa...
skyjake
09:06 Revision 96c0dbaf (github): Unix: Revised the doomsday-shell-text man page
skyjake
09:06 Revision cc102176 (github): Unix: Added a man page for doomsday-server
skyjake

2013-03-22

21:39 Revision 2dec41b2 (github): Unix: Added man page for doomsday-shell-text
Also added some structure to the doomsday/doc directory. skyjake
20:31 Revision a56b8f65 (github): Builder|Mac OS X: Run make in parallel processes
Should speed up the build a little on the Mac builders. skyjake
19:44 Revision ae5bf84d (github): Tests: Added a test for string pattern format
Demonstrates all the format features of String::patternFormat()
(and therefore String::operator %()).
skyjake
19:42 Revision ce33ba03 (github): Refactor|libdeng2: String pattern formatting moved to its own method
Pattern formatting does not belong in LogEntry::asText(). Also
fixed a bug in detecting an escaped format character (...
skyjake
19:41 Revision c35d942d (github): Fixed|Mac OS X: Workaround for a GCC 4.0 C++ language issue
Apparently nested classes and friends aren't handled that well. skyjake
18:52 Revision 196b53b0 (github): Optimize: O(1) index lookup of map elements in a list
There was a big performance bottleneck with MapElementList, where
indexOf() was being used to look up indices in O(n)...
skyjake
10:35 Revision eab78685 (github): Fixed: More compiler warnings
Set-but-unused variables, checking fread() return values.
NOTE: A couple of potential bugs here need checking.
skyjake
02:52 Revision 91698051 (github): Map Renderer: Cleanup
danij
02:09 Revision a9a9d8cc (github): Material|Fixed: Declare the private impl with DENG2_PRIVATE
danij

2013-03-21

23:56 Revision 3630c802 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
20:16 Revision 5b528f11 (github): Revert "Input: Changed "input-sharp-lateprocessing" to 0 by default"
This reverts commit c20e7eaec121e56e2989c0da823f066853fb5adb.
Playtesting reveals that the lateprocessing is actuall...
skyjake
09:23 Revision 799db80f (github): Cleanup: End of busy transition
No need to clear events at the end of transition because the transition
is purely a visual effect that in no way infl...
skyjake
09:07 Revision 449f5a49 (github): Texture: Notify observers of a DimensionsChange
danij
07:43 Revision 5d134c3a (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
07:22 Revision dd6cf001 (github): TextureVariant: Cleanup
danij
07:14 Revision e512c04c (github): Refactor: Moved GL_TexturePrepare() to Texture::Variant::prepare()
Functionally this logic is unchanged however it now operates within
the domain of Texture::Variant.
danij
03:13 Revision ea5804cd (github): GL Texture Manager: Cleanup
danij
03:01 Revision b7d59d17 (github): Refactor: Split texturecontent_t configuration from GL_PrepareTexture()
danij
02:20 Revision 3392e3c8 (github): Refactor: Restructured GL_PrepareTexture() (SOC)
This function has been reorganized so as to cleanly separate the
distinct phases of preparing an image for uploading ...
danij
00:14 Revision 34d97a72 (github): Cleanup|MaterialSnapshot: MaterialSnapshot only exists on client-side
MaterialSnapshot is now only used on client side so there is no need
to specify __CLIENT__ around specific sections o...
danij

2013-03-20

21:17 Revision 90fceec2 (github): Allow time to advance normally during busy ending transition
The transition is just a brief visual effect and should not mess with
the rest of the engine/UI state.
Fixes the InF...
skyjake
21:09 Revision c3f5ba8f (github): Run a single tick in the start of a busy mode ending transition
This single (sharp) tick will allow InFine and games to set up their
stuff so that the first frame is drawn correctly.
skyjake
19:15 Revision 6647296e (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
19:15 Revision 913e2450 (github): Reverted InFine HOM fix due to regressions
Hexen's hub-ending InFine scripts were not played because the leave_hub
condition could not be evaluated at the time ...
skyjake
17:03 Revision edb32aca (github): libhexen|Fixed: Incorrect Material mods defs for X_FAC01/X_FAC09
This animation is actually composed of two separate materials. Also
added a precache Group so that they'll be cached ...
danij
10:32 Revision 7d74a0f8 (github): Fixed: Compiler warnings
skyjake
10:20 Revision 5d37e1a8 (github): Debug|Cleanup: Alt key state is interesting only on Windows
skyjake
10:20 Revision 5ffc3f73 (github): Fixed|Multiplayer|Heretic|Hexen: Rendering the torch power-up
The client was overriding the extra lighting defined on serverside
for the player.
skyjake
10:11 Revision d5a49c77 (github): Shell|GUI: Added a link to the project home page
skyjake
09:59 Revision 96e702de (github): Shell|GUI: Added mouse wheel scrolling and refactored console page
The console page is now managed by the ConsolePage widget, cleaning
up the main LinkWindow implementation somewhat. C...
skyjake
08:59 Revision b01f6370 (github): Shell|GUI|libshell: LogWidget specifies page size depending on height rule
One "page up/down" is the height of the widget - 1. skyjake

2013-03-19

21:21 Revision 8a53999f (github): Shell|GUI: Native scroll bar for the log entry history widget
skyjake
21:20 Revision fdfae06e (github): libshell: Scroll signals from LogWidget
Also it is now possible to hide the text-based scroll indicator. skyjake
19:17 Revision d330c200 (github): Shell|GUI: Permanent game status in status bar, adjusted margins
skyjake
18:24 Revision 6644f30e (github): Shell|GUI: Local Server dialog listens to ServerFinder
Also, fixed build on Windows. skyjake
16:56 Revision f8af7174 (github): Shell|GUI: Usability improvements
More information in the Preferences dialog, current game status shown
in the status bar.
On Windows, tweaked menu it...
skyjake
16:10 Revision 01a6bb73 (github): Fixed|Multiplayer: "give i" does not work even when cheats allowed
skyjake
15:04 Revision 2f9758d6 (github): libcommon: Cleanup
skyjake
15:02 Revision 14d190da (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
15:00 Revision bc61fbeb (github): Fixed|Multiplayer|Hexen: Player's weapon after respawn
In Hexen MP, players are given their old weapons and keys back, and
some mana. This commit fixes an issue where the c...
skyjake
14:58 Revision 5a8df812 (github): libhexen: Added a values.ded
The amount of mana given to players when they respawn in multiplayer
games is now defined in Hexen's values.ded.
skyjake
14:32 Revision 35039f1d (github): Material|Refactor: Throw MissingAnimationError if none for a given context
danij
13:54 Revision 325763f9 (github): Refactor|FakeRadio: Inversed logic for determining plane -> wall shadowing
danij
09:02 Revision 1e308eb6 (github): Refactor: Moved tracked plane and scrolling surface code into GameMap
danij
06:45 Revision 03d70420 (github): Fix build
danij
06:29 Revision 45c4528a (github): Fix merge error
Grr. Resolved means resolved. Not "please leave conflict resolution
markup in the source files and allow me to commit...
danij
06:18 Revision f8898e0b (github): Merge branch 'master' into mapdata-c++
Conflicts:
doomsday/client/src/map/r_world.cpp
doomsday/client/src/render/lumobj.cpp
doomsday/client/src/render/rend_...
danij
06:06 Revision 27adc40e (github): Fixed|Heretic|Hexen: Out of date material definitions
Outdated material definitions in Heretic and Hexen resulted in
rather odd looking, "strobing" glow lighting effects i...
danij
05:59 Revision 3f758467 (github): Definitions: Cleanup
danij
05:58 Revision 86f53d2f (github): Fixed|Definitions: Appending layer stages to auto-generated materials
The unlikely but possible case of the mod directive being used to
append additional layer stages to an auto-generated...
danij
05:39 Revision 60f40acc (github): Fixed|Map Renderer: Glow strength factor "rend-glow" not applied consistently
The global strength factor "rend_glow" was applied incorrectly,
preventing glowing materials from being disabled comp...
danij
 

Also available in: Atom