Project

General

Profile

Activity

From 2012-02-14 to 2012-02-27

2012-02-27

21:05 Revision 5d6bf0d8 (github): Homepage: Removed Dev Blog from the navbar and reordered links
Now that a summary of the dev blog appears on the homepage, the blog
does not need its own navbar link.
Reordered na...
danij
20:46 Revision 261023d5 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
20:45 Revision d9915e33 (github): Homepage: Added a short summary of the latest developer blog posts
danij
20:42 Revision f0504ddf (github): Homepage: Enhanced Feed class adding callback arguments
danij
20:36 Revision d19672a2 (github): Documentation: Moved obsolete Unix documentation to the attic
skyjake
18:03 Revision ccda2238 (github): Homepage: Updated links in introduction text
Assume that the reader has heard of operating systems such as Windows and
Mac OS X and instead of going to Wikipedia ...
skyjake
17:38 Revision dc3a3fed (github): Builder|Fixed: Assumption that a previous APT refresh has been done
A previously generated gpg-signed Release file may be missing. skyjake
17:28 Revision 24e75b2f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
17:27 Revision a52506ca (github): Builder: Set up the stable APT repository
Stable builds are stored in a separate APT repository. skyjake
17:15 Revision 972e5ec7 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
17:14 Revision c1e3ed6c (github): Homepage: Added a short summary of the latest build events
Display a summary of the three most recent build events and a link to
the builds rss feed on the homepage. Events wit...
danij
17:00 Revision f6a1606a (github): Changed release type to "Stable"
skyjake
01:36 Revision a287e5b6 (github): Updated doxygen comments in a few places
danij
00:57 Revision f8adfe0d (github): Doom|Fixed: All texture animations are defined for all versions
Unlike the switches, all texture animations are present in all versions
of the game despite there being no graphics w...
danij
00:44 Revision c56a76b9 (github): Fixed unused variable warnings
danij
00:39 Revision 309c8ae7 (github): "unload" should be called at Sys_Shutdown time
Irrespective of whether the engine is shutting down normally or in
response to a fatal error, any currently loaded ga...
danij

2012-02-26

20:07 Revision 6703417c (github): Doom|Game Menu|Refactor: Main menu page no longer needs a specialised drawer
danij
18:35 Revision 9c70e13b (github): libcommon|API: GL_DrawPatch() now assumes a [x:0, y:0] origin if not specified
danij
18:33 Revision d16d2c7b (github): Game Menu: Episode and Files pages were missing MPF_LAYOUT_FIXED
danij
18:26 Revision 3093f9f4 (github): Game Menu|Fixed: Use fixed layouts for the main menu pages
The original games used absolute line heights and fixed layouts to
position the menu objects. Mods depend on these co...
danij
16:40 Revision 74ecbb70 (github): Game Menu|Added: Added a fixed layout method
Menu pages can now use either a fixed layout (all objects positioned
absolutely relative to the page origin) or make ...
danij
13:29 Revision c132e40c (github): Don't do "unload" at Sys_Shutdown time
When the engine is shutting down, there's no need to unload;
everything will simply be shut down.
Todo: Is the game ...
skyjake
13:27 Revision 6dc296ef (github): Debug: Added debug command "fatalerror"
Causes a fatal error and subsequent engine shutdown. skyjake
13:11 Revision 0e8914e2 (github): Hexen|Fixed: Korax spirit movement
Removed a FRACUNIT mistakenly left behind during the
fixed-to-float transition.
skyjake
10:07 Bug #966: [Doom] Use of CWILV graphics on automap
- **Priority**: 4 --> 6
danij

2012-02-25

17:56 Bug #566: [Resampler] Low quality sound samples play distorted
DOOM2 uses an odd sample rate for the db shotgun that is currently misprocessed. danij
17:32 Bug #966: [Doom] Use of CWILV graphics on automap
A compatibility cvar that restricts the use of CWILV graphics to the intermission?
Later on we should implement a ...
skyjake
17:19 Revision 9dbe2b55 (github): Hexen|Fixed: Correctly position the game ending text
danij
15:54 Bug #962: Crashing when returning to Shadow Wood
Doomsday.out
*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/50af687a/72fe/attachment/doomsday.out
felsmukk
15:51 Revision 71eb8c3f (github): Fixed logic of SideDef_UpdateSurfaceTangents()
danij
15:43 Revision 1d8e9220 (github): Polyobj|Fixed: Seg angles were not kept in-sync with their LineDefs'
Also further cleaned up the polyobj implementation. danij
12:38 Revision 97dc854d (github): API: Use LineDef (and not Seg) with P_SetPolyobjCallback()
The original game would use the seg angles for the purpose of testing
collisions with mobjs. This rather defied the d...
danij
03:32 Revision 50118574 (github): Polyobj: Cleaned up polyobj implementation and updated apidoc
danij
00:09 Revision bd32f9f4 (github): Font Renderer|Fixed: Skip drawing if no current font is set
danij
00:08 Revision 7019312d (github): Win32: Default basedir is one level up from bin/
This avoids the need to specify it on the command line. Now we have
ringzero we should aim to avoid all unnecessary c...
danij

2012-02-24

23:38 Revision 7182fe03 (github): Win32|Fixed: -stdbasedir did not work as expected
danij
21:43 Bug #984: Unable to compile on FreeBSD

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/ab79718d/bed7/attachment/deng-freebsd.patch
vvv1
20:58 Bug #983: Segmentation violation on start
The issue with -stdbasedir (-sbd) not working as expected on Windows should now be fixed for Monday's build. danij
20:57 Bug #983: Segmentation violation on start
Finally I was able to start newest builds. I started Doom from "I:\Games\Doomsday\snowberry\runtime" with the followi... vvv1
15:20 Bug #983: Segmentation violation on start

*Attachments:*
* http://sourceforge.net/p/deng/bugs/_discuss/thread/3ef08989/8391/attachment/doomsday.out
vvv1
14:59 Bug #600: Win32: No IWAD => startup hangs
Addressed both by ringzero and improved busy mode error handling. skyjake
14:56 Bug #736: Player acceleration and movement
Fixed for 1.9.7 stable: sharp toggle events, late processing, sharp movement logic. skyjake
10:47 Revision e2397722 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
10:44 Revision 334b5298 (github): Memory Zone|Debug: No need to disable texturing in visualizer
Texturing is disabled by default. skyjake
10:32 Revision 9e53c94f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
10:30 Revision 36a6bf17 (github): Memory Zone|Debug|Win32: Fixed compiler warning
skyjake
10:20 Revision 5d557b32 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
10:19 Revision 1b26b487 (github): Homepage|Add-on Repository|Refactor: Beginnings of a more dynamic Add-ons browser
danij
10:17 Revision f0cb22cc (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
05:06 Revision 0cd2d77c (github): Memory Zone: Refactored Z_Malloc() further for clarity
skyjake
04:56 Revision b48fcd47 (github): Memory Zone: Updated documentation
skyjake
04:46 Revision e9bc7361 (github): Memory Zone|Debug: Fixed typo
skyjake
04:43 Revision 6f6e6ac3 (github): Memory Zone: Further cleanup
Added splitFreeBlock() as a private helper routine. skyjake
04:25 Revision 803e9831 (github): Memory Zone|Debug: Improved status message
Prints the actual zone utilization percentage. skyjake
04:09 Revision 43dd6abf (github): Memory Zone: Optimized rendering of the debug visualization
Draw a big bunch of lines in one go. skyjake
02:54 Revision 5aab3c21 (github): Homepage|Add-on repository|Refactor: Add-ons always carry a complete set of attribute flags
danij
02:09 Revision 9e5c2976 (github): Homepage|Add-on Repository: Sort add-ons alphanumerically
Plus some minor cleanup. danij
02:06 Revision 36a2cfbc (github): Homepage|Add-on Repository: Add-ons can now be marked "featured"
Presently it makes no difference whether an add-on is marked with
the featured flag. Eventually this will be used as ...
danij
00:37 Revision 66c54426 (github): Homepage|Add-on Repository: Record add-on version number and homepage URI
Version number and homepage URI are now recorded for each add-on.
If a download URI is not specified for an add-on, ...
danij
00:17 Revision 58b5b1b1 (github): Homepage|Add-on Repository: Updated µTorrent link
danij

2012-02-23

23:46 Revision fb1d4b11 (github): Homepage|Build Repository|Fixed: URIs for package downloads were not encoded
danij
23:44 Revision 6a891d2c (github): Memory Zone: Cleanup
skyjake
23:29 Revision 508b4ef5 (github): Homepage|Fixed: ThickBox 3 scripts were being included outside <body>
danij
23:22 Revision d81c7983 (github): Memory Zone: Removed the fast malloc mode
The fast mode was originally implemented to overcome slow
malloc performance when allocating lots of data, but it nev...
skyjake
22:52 Revision 76d3ce45 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
20:12 Bug #983 (Closed): Segmentation violation on start
Doomsday 1.9.7 build365 or newer generates "Segmentation violation" just after start. My OS is Windows XP Professiona... vvv1
19:55 Revision 5df4bfd4 (github): Homepage|Add-on Repository|Fixed: Titles and descriptions were doubly encoded
danij
19:52 Revision 51324ce8 (github): Homepage|Add-on Repository|Fixed: Add-on list XML file used incorrect encoding
danij
19:46 Revision 901a247f (github): Memory Zone: Further fragmentation reductions
Keep static allocations near the volume beginning so that they
don't interfere with the map-specific data.
skyjake
19:37 Revision ef680972 (github): Homepage|Add-on Repository|Fixed: Add-on list XML file used incorrect encoding
danij
19:07 Revision 919c3fcc (github): Homepage|Add-on Repository|Fixed: Use game names instead of plugin names
danij
19:06 Revision 63c0e387 (github): Homepage|Add-on Repository|Fixed: Removed addition line break on the Add-ons page
danij
19:02 Revision 04303ea4 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
19:02 Revision 8babbf37 (github): Memory Zone|Debug: Adjusted volume visualization layout
skyjake
18:57 Revision 7018458a (github): Homepage|Addon Repository: Dynamically construct the addon lists from an XML file
The Add-ons page is now dynamically built by parsing an XML document
and constructing from it a collection of Addon r...
danij
17:01 Revision 5dc6056b (github): Homepage|Add-on Repository: Fixed numerous typos.
danij
16:40 Revision 68c15b59 (github): Homepage: Updated address for the HacX and Chex Quest badge graphics
Use the code.iki.fi mirror for these badge graphics. danij
16:38 Revision 760cbe95 (github): Homepage|Refactor: Addon Repository version 0.1
Reimplemented the formerly static Addons page as a dengine.net plugin
and fixed a few issues in the process.
The nex...
danij
16:18 Revision 704d2eb6 (github): Homepage|Fixed: Missing end tag in alternate RSS news link
danij
16:16 Revision 5f055fa4 (github): Homepage|Fixed: Feed embedder failed to encode special characters
danij
16:03 Revision a9b0cb41 (github): Memory Zone: Re-enabled block sequences
Optimizes rover scanning by skipping over block sequences
known to be unpurgable and contiguous.
skyjake
15:55 Revision b59482ca (github): Memory Zone: Observe when a volume fills up
A counter of allocated bytes is kept for each volume. When the
volume gets too full according to the counter, the vol...
skyjake
15:13 Revision e44f50bc (github): Memory Zone|Debug: Cleanup
skyjake
15:09 Revision f985a9a9 (github): Memory Zone|Debug: Less obtrusive layout for volume visualization
skyjake
15:05 Revision 219102a6 (github): Memory Zone|Refactor: Refactoring Z_Malloc() with helper functions
skyjake
13:51 Revision 22bc50f5 (github): Memory Zone|Fixed: Decreased zone fragmentation
The rover is now allowed to check back more than one block to see
if free blocks have appeared behind. This helps pre...
skyjake
13:13 Revision 4b283f48 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
13:11 Revision dd7b660b (github): Memory Zone|Debug|Refactor: Memory debug visualization and tweaks
New memory volumes are added to the end of the volume list so that the
earlier ones still get utilized after a new on...
skyjake
03:04 Revision 40e54bac (github): File Sys|Refactor: Removed all redundant legacy functionality from LumpFile
Todo for later: LumpFile itself is now redundant/there is no longer
a need for this specialization. It should be repl...
danij

2012-02-22

19:34 Revision c4e403c7 (github): File Sys: Minor cleanup.
danij
19:01 Revision 9ee80aa3 (github): File Sys|Fixed: Opening containers from lumps in other containers was broken
danij
14:14 Revision e1862e7e (github): File Sys|Fixed: -iwad failed locating iwads in root of Doomsday install dir
FileDirectory by default will attempt to remove the engine's install
dir when inserting paths, i.e., it tries to make...
danij
13:42 Revision 71ea346b (github): File Sys: Improved utility routines for working with relative paths
danij
13:39 Revision d5730395 (github): String: Improved interface to allow chaining of init functions
For example; Str_Set(Str_Init(&str), "sometext"); danij
12:46 Revision b687a8d1 (github): Win32|Fixed: Install cphelp.txt to the correct directory
danij
01:06 Revision 626d790c (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
01:05 Revision 3546e6c5 (github): FileDirectory|Fixed: Do not apply the pretty transform when printing
As the print is used for debug purposes, don't bother making it look
pretty - we are interested in the actual path va...
danij

2012-02-21

23:48 Revision 5e3b1c11 (github): Memory Zone: Disabled fast zmalloc mode
It seems that the fast mode results in the allocation of excessive
memory volumes.
Todo for later: We need to revise...
skyjake
23:13 Revision 60e98ac8 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
23:12 Revision 3267b5ba (github): Memory Zone: Observing block set behavior
Verbose debug prints for how much memory is allocated for
block sets.
skyjake
19:40 Revision 3182b100 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
19:27 Revision 3a2912d5 (github): Minor cleanup.
danij
18:42 Revision 9c01319c (github): Refactor|Memory Zone: Added a debug print and a constant
Minor cleanup. skyjake
14:47 Revision 22903bd3 (github): Removed compile warning about priority loading of Zip resources
Game resource load order is defined by the order in which resources
are associated with a Game component during regis...
danij
14:34 Revision 096e43a0 (github): Doom|Added: Texture Environment defs for all materials in the Flats namespace
Merged Vermil's patch which adds Texture Environment definitions for
all materials in the Flats namespace - thanks!
danij
14:06 Revision b8b7cee2 (github): libheretic: Renamed audio.ded as sounds.ded
danij
14:05 Revision 9b743a9f (github): Heretic|Added: Texture Environment defs for all materials in the Flats namespace
Merged Vermil's patch which adds Texture Environment definitions for
all materials in the Flats namespace - thanks!
danij
14:01 Revision c309b2ec (github): libheretic: Moved Texture Environment defs from audio.ded into a new file
danij
13:56 Revision 9a75fe1a (github): Hexen|Added: Texture Environment defs for all materials in the Flats namespace
Merged Vermil's patch which adds Texture Environment definitions for
all materials in the Flats namespace - thanks!
danij
13:53 Revision 70e68a42 (github): libhexen: Renamed audio.ded as sounds.ded
danij
13:52 Revision 93c5e6d0 (github): libhexen: Moved Texture Environment defs from audio.ded into a new file
danij
13:39 Revision afbcd6d3 (github): Chex Quest|Added: Texture Environment defs for all materials in the Flats namespace
Merged Vermil's patch which adds Texture Environment definitions for
all materials in the Flats namespace - thanks!
danij
13:36 Revision 081968fa (github): Hacx: Do not attempt to load various missing BIGFN* font patches
The BIGFN font is missing patches for the characters; <space>,&,),@
Do not attempt to load such patches when constru...
danij
13:28 Revision 2779e524 (github): Hacx|Added: Texture Environment defs for all materials in the Flats namespace
Merged Vermil's patch which adds Texture Environment definitions for
all materials in the Flats namespace - thanks!
danij
13:20 Revision 662f13d9 (github): Doom|Game Menu: Offset the '?' character in the Which Episode? replacement string
Merged Vermil's patch which offsets the '?' character in the patch
replacement string used for the game menu's "Which...
danij

2012-02-20

04:13 Revision 749eb150 (github): Print IWAD CRC from loadResource()
danij
04:06 Revision 16303363 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
04:03 Revision 995ee800 (github): libdoom: Renamed lump M_THERM2 to M_THERMM for mod compatibility
danij
04:01 Revision 5aec0528 (github): Ensure MNTexts referencing strings from defs are set during menu init
danij
03:58 Revision a4079897 (github): File Sys|Fixed: Mark all non-game resources as "custom"
Previously only resources loaded from .wad archives which bore the
IWAD identification were marked as "IWAD". Consequ...
danij
00:41 Revision a23be187 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake

2012-02-19

19:14 Revision 0d01ba5f (github): Documentation: Updated Readme
Updated some sections while removing old information.
The Readme is now in a pretty good shape. Some TODOs
remain but...
skyjake
19:10 Revision 8ebc2fe7 (github): Chex Quest: Fixed hole in the statusbar due to empty STARMS patch
danij
19:09 Revision 1b8d5e90 (github): API: Record in PatchInfo whether no color info is present
When preparing a Patch graphic for use in the UI, evaluate whether
it contains any non-alpha pixels and if not, set t...
danij
17:55 Revision daa3d664 (github): libcommon: Added optional definition ID for finales
Fixes the problem where a new instance of the "help" script would
get pushed onto the stack every time F1 was pressed...
skyjake
17:26 Revision 064b0164 (github): All Games: Renamed cvar "menu-turningskull" as "menu-cursor-rotate"
The old name assumed that the cursor patches depicted a skull, which
is only known to be true when playing Doom.
Add...
danij
17:10 Revision a0fcea37 (github): Chex Quest: Added a Light definition for the ROCKET
The front rotation for this sprite is entirely green, resulting in
an autolight with a green hue, which looks wrong.
danij
17:02 Revision e5c18c0b (github): libdoom|Cleanup: Grouped all defaults for menu cvars in D_PreInit()
danij
16:45 Revision 937f8c43 (github): Chex Quest|Game Menu: Do not rotate the menu cursor in Chex Quest
The menu cursor in Chex Quest depicts a rotating chex piece so do not
draw the cursor with additional rotation.
danij
16:43 Revision 036483b8 (github): Chex Quest: Combine HUD keys by default
The original game uses empty patches for the skull keys so default to
combining the key displays.
danij
16:35 Revision ca2e9d5e (github): Chex Quest: Use the correct color for health, etc..., on the statusbar
danij
15:41 Revision 687b7297 (github): Chex Quest: Use more appropriate default font colors
danij
14:32 Revision 2d60c7b9 (github): Chex Quest|Fixed: Support for DEHACKED Frame patches was broken
Make use of the State 'Mods' directive to modify the original game
definitions instead of replacing them (for the pur...
danij
14:10 Revision 3f7c2128 (github): Chex Quest|Fixed: Support for DEHACKED Thing patches was broken
Make use of the Thing 'Mods' directive to modify the original game
definitions instead of replacing them. The DEHACKE...
danij
14:01 Revision d83ea9c8 (github): Ded Reader|Added: Thing defs now support the Mods directive
The 'Mods' directive allows the properties of an existing definition
to be modified instead of creating a new one. Th...
danij
13:44 Revision 8f957552 (github): Doom|Fixed: Flying enemies get stuck on one another
mf2_passmobj had been erroneously applied to all monsters in the game.
While this is the ideal in a "modern|3D playsi...
danij
13:12 Revision 5400039c (github): Added macro VALID_MOVEDIR() - test if a value is a valid dirtype_t
danij
13:02 Revision 89d724b4 (github): Removed unused variable oldZ in libdoom's p_enemy.c moveMobj()
danij
12:49 Revision 99efc793 (github): Doom: Reverted changes to mobj movement for floating enemies
We now know this issue is caused by something else. danij
12:43 Revision 017dd207 (github): Removed: Console variable "game-mobj-fracepsilon"
This option was intended to address an issue with the collision
detection (column in DOOM E1M7). While this option fi...
danij

2012-02-18

15:30 Revision 67017e56 (github): Game Menu|Refactor: Animate player visual and background in the widget's ticker
Todo: Flag widgets using a data property to signal when the random
state is active via focus change actions of the cl...
danij
15:20 Revision 10fc9abd (github): Implemented Rect_CopyRaw() - reconfigure to match RectRaw
danij
13:35 Revision 4f3d2f15 (github): Game Menu|Refactor: Animate focus effects using the active page's tic timer
danij
13:07 Revision a7958588 (github): Win32|Fixed: Fatal error alt+tab'ing during busy mode
danij
07:38 Revision 46810b38 (github): Game Menu|Doom: Use "Status" rather than "Face" in HUD options
We only know this display depicts a face in the original game. It may
be replaced by something entirely different in ...
danij
07:34 Revision a050c47a (github): Game Menu|Doom: Moved color widget further right
danij
07:32 Revision 0280bd91 (github): Game Menu: Use "Opacity" rather than "Alpha" for consistency
danij
07:31 Revision cf4004ff (github): Game Menu: Message color was missing from HUD options
danij
06:50 Revision 5c07ff0f (github): Game Menu: Empty implementation for per-widget tickers
danij
03:40 Revision 3b16d4b3 (github): Game Menu: Added MNRECT for simple rectangle widgets
danij

2012-02-17

21:20 Revision 07f7e779 (github): Hexen|Fixed: Errors in player-on-mobj logic
Hexen's on-mobj tests use a different logic than the other games.
It was not taking into account the situation where ...
skyjake
11:19 Revision 5a932329 (github): Hexen|Fixed: Player falling scream was not played in single-player
The player sounds thinker was erroneously only run in client mode. skyjake
09:28 Revision 9101a1de (github): Input|Bindings: Mark toggles triggered, check the flag for the Attack control
The Attack control is not an impulse control. This means that if the key is
not held down when a sharp tick occurs, i...
skyjake
08:15 Revision eadf2639 (github): Mac OS X|Fixed: Vsync needs to be set after GL context is (re)created
On the Mac vsync is a property of the GL context, so if the context is
recreated the vsync value should be set again....
skyjake
08:12 Revision f74bafea (github): Render: Calculate percentage of late frames
"rend-info-deltas-frametime" now also prints the percentage of how many
frames missed their optimal time during the o...
skyjake
07:16 Revision edbb6573 (github): GL: Defer GL_SetVSync() when needed
This makes it possible to enable and disable vsync via a console variable
change notification callback.
skyjake
04:02 Revision e3edfa93 (github): GL|Fixed: Startup order and default state configuration errors
At the time the default GL state is initialized it is not possible
to configure things like vsync. Features like this...
danij
02:26 Revision bc26339a (github): GL|Fixed: Segfault during shutdown if initialization failed
danij
01:17 Revision cb025866 (github): GL|Cleanup: GL_state.features.vsync usage
This value is only true on Win32 if the necessary entrypoints to
toggle it were successfully imported.
danij

2012-02-16

18:38 Revision 4434d12f (github): Cleanup
skyjake
18:36 Revision c0e8b569 (github): Added: Console variable "input-sharp-lateprocessing" (default:1)
Controls how sharp events (key presses, mouse buttons) are processed.
The default setting tries to emulate the fixed ...
skyjake
18:02 Revision 4114ea44 (github): Audio|Busy Mode|Fixed: Don't start sound effects in busy mode
At least never via this interface. The audio feedback from "view-size"
changes was being played during the change gam...
skyjake
17:57 Revision fd72fffd (github): Audio: Make sure audio driver gets updates in busy mode
If we play audio during busy mode (which we currently don't), the audio driver
needs to be regularly updated.
skyjake
16:48 Revision b8318f83 (github): Mac OS X|GL: Always use vsync
Removes nasty tearing from GL updates. Very smooth indeed. skyjake
16:09 Revision 0b8bac11 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
15:54 Revision b10c8cc7 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
15:52 Revision f4f93021 (github): Fixed: Compiler warnings about signed/unsigned comparisons
skyjake
15:42 Revision 8883fbd9 (github): Improved consistency and accuracy of frame update timing
Previously the engine's main loop started by waiting until enough time had
passed for the requested FPS (refresh-rate...
skyjake
07:21 Revision 17d4e7ee (github): Homepage|Build Repository: Serve JSON with the correct MIME type
Ensure JSON graphs for the Package objects are served with the
correct MIME type for JSON as specified by RFC4627.
danij
07:05 Revision ed164458 (github): Homepage|Cleanup: Removed obsolete comment
danij
07:01 Revision 1cab9055 (github): Homepage|Build Repository: Include build date (if known) in the JSON data
danij
06:10 Revision 043bb6cf (github): Homepage|Build Repository: Store JSON object graphs in the data cache
There is no need to rebuild JSON data each time it is requested, so
build it once when it is first needed and cache t...
danij
05:05 Revision b7aa9181 (github): Homepage|Build Repository: Use the symbolic platform name in the package JSON object graph
danij
03:59 Revision 38f98a7f (github): Homepage|Build repository: Added JSON format reponse for "which package" queries
The build repository is now able to answer the question "Which is the
latest version of Doomsday for my configuration...
danij
00:16 Revision 2a7dfec4 (github): Homepage|Build Repository: Always consider a build failure a major issue
danij
00:07 Revision 68587a41 (github): Homepage|Build Repository: Only include downloadable packages in latest package listings
danij

2012-02-15

21:44 Revision 3fabdf27 (github): Use 1.0e-6 as the epsilon in FEQUAL
skyjake
21:24 Revision 76abf2e4 (github): Adjusting core timer for smoothness and accuracy
skyjake
20:33 Revision 928f558d (github): Homepage|Build Repository: Symbolic "lastest package" URIs only resolve to downloadable packages
danij
20:26 Revision b747291f (github): Homepage|Build Repository: Do not output a download link for packages with no URI
The Package summary for a specific build should not generate a link
for builds which have not yielded a binary (thus ...
danij
20:08 Revision 90a229df (github): Homepage|Build Repository: When generating a download badge exclude the link if we have no URI.
danij
19:57 Revision 7c0b3af3 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
19:56 Revision 632cb67e (github): Homepage|Build Repository: Determine the number of installables
A build may not yield an installable package so now we must count
the number of non zero-length download URIs...
danij
18:29 Revision 9c40eda9 (github): sys_timer: Removed unnecessary mutex locks/unlocks
I can't see any reason for having this many locks and unlocks in
Sys_GetRealTime().
skyjake
18:27 Revision 1623546f (github): Refactor: Renamed variables in core timer
Increased clarity. skyjake
18:26 Revision 5857faac (github): Automap|Fixed: Manual panning
The camera origin animation was incorrectly being applied
when the camera was being panned manually. Instead, manual
...
skyjake
17:08 Revision 39476169 (github): Builder: Include failed packages in XML feed
Has a link to the compile log with the errors, but no downloadUri. skyjake
16:52 Revision 19feded6 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
16:51 Revision bd670fec (github): Builder|Fixed: RSS feed shows logs for failed builds
Because there were no binaries, the RSS feed didn't have links to
the build logs.
skyjake
16:16 Revision f6e88706 (github): More info for "inspectmobj"; use FEQUAL() instead of != for floats
skyjake
13:56 Revision 2b246680 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
13:56 Revision 5733398e (github): Fixed: Build errors in Release build
On gcc: UI_Responder() was used without a declaration.
On gcc+msvc: macro syntax error.
skyjake
13:37 Revision 675250c8 (github): Host: Kill obsolete instances
When servers are removed from the configuration, make sure their
running instances get killed.
skyjake
12:55 Revision 30cfa18b (github): Added: Console variable "game-mobj-fracepsilon" (default: 0)
The original Doom playsim logic used 16.16 fixed-point numbers,
which meant that there was a fixed (but universally c...
skyjake
11:03 Revision c81bd0e7 (github): Doom: Check floating monster position after Z move
Floating monsters were not ensuring that the Z move leads
to a valid position. The monster was first moved on the XY
...
skyjake
09:53 Revision 428d3e49 (github): Chex Quest: Added default Texture Environment definitions
Merged Vermil's patch which adds Texture Environment info for most
(if not all) Textures class Materials in the game ...
danij
08:42 Revision 0225d11a (github): libdoom: Moved material environment defs into a new file
danij
08:36 Revision 1d0ca586 (github): libdoom: Renamed audio.ded as sounds.ded
danij
07:58 Revision e878de39 (github): HacX|Fixed: Password game object was broken
Make use of the State 'Mods' directive to modify the original game
definitions instead of replacing them (for the pur...
danij
07:45 Revision 7edf0d64 (github): Ded Reader|Added: State defs now support the Mods directive
The 'Mods' directive allows the properties of an existing definition
to be modified instead of creating a new one. Th...
danij
05:00 Revision c1b02da1 (github): Deh Read|Fixed: Disallow changing Texts which define the user interface
Text strings like "Quicksave over your game named <name>?" should not
be modified by .deh patches. Such texts define ...
danij
04:08 Revision 18cdc1a8 (github): Doom|Interlude|Fixed: Entering <mapname> title was only displayed in DOOM
danij
02:33 Revision 5344cc62 (github): All Games|Fixed: A_Lower action could result in an undefined state
Attempting to use the A_Lower action to forcibly lower the weapon
during e.g., the weapon ready state sequence, resul...
danij

2012-02-14

16:44 Revision 79735863 (github): Bindings|Input|Fixed: Expired keys should not send repeat events
When a key expires, its repeater will be cleared so that no repeat
events are sent by it.
skyjake
11:16 Revision 04e3caed (github): Added virtual input device state visuals for debugging controls
Presently these visuals are only available in _DEBUG builds. Enable
them using the following cvars:
rend-dev-input-j...
danij
10:17 Revision 8315b37d (github): Map Renderer|Fixed: Segs with zero-height back sectors did not always clip geometry
danij
10:07 Revision 2467ba30 (github): Added cvar "rend-dev-fakeradio-update" for debugging purposes
Disabling this cvar will pause updating of the fakeradio shadow edge
data. Shadows will still be drawn but using old ...
danij
00:47 Bug #983: Segmentation violation on start
Without knowing what you're trying to load it's difficult to say what could be going wrong.
Could you please attac...
skyjake
 

Also available in: Atom