Odamex Repository Changelog

The current repository revision: 2746
The last change was made by Hypereye on 2012-02-05 +0000 (Sun, 05th Feb 2012)

Comment:

Only attempt to convert an invalid map name into the likely intended name if the first character of the map argument is a number.

Rev. Date Author Comment
2746 2012-02-05 Hypereye Only attempt to convert an invalid map name into the likely intended name if the first character of the map argument is a number.
2745 2012-02-05 Mike Bring in the updated sexmessage to work with the updated obit strings
Rework clientobituary a bit to be a hybrid of 1.22/1.23
2744 2012-02-04 Mike Whoops didn't mean to commit that stuff...
2743 2012-02-04 Mike - Add server-controlled intermission timer, adjust with sv_intermissionlimit. Default is 10 seconds (if 0, defaults to 10). Does not apply in coop.
- Add intermission timer display to scoreboard during intermission. Does not display in coop.
2742 2012-02-02 Dr_sean -Use GStrings() lookup for a few string_t stragglers that were left out of r2724. Thanks to RjY for the help
2741 2012-01-29 Russellrice - Use WIN32_LEAN_AND_MEAN when including windows headers
- GlobalSize returns a SIZE_T not a u_int (old win16 junk?)
- int msg = NULL; -> int msg = 0;
2740 2012-01-27 Mike ACS getactorx,getactory,getactorz
2739 2012-01-27 Mike Add properties and proper headers/footers to recently added files.
2738 2012-01-27 Mike - ACS Thing_SetSpecial and Thing_Sound
- Remove a warning
2737 2012-01-26 Mike No need to load this twice. Fix the defined scripts not being found.
2736 2012-01-26 Mike Grumble grumble...
2735 2012-01-26 Mike A few more updates to acs
2734 2012-01-26 Mike Missed one...
2733 2012-01-26 Mike Add some includes for *nix building (r2732 take 2)...
2732 2012-01-25 Mike - Update acs interpreter to zdoom 1.23 (first pass). There are some minor issues in the interpreter that have been introduced (mainly can't find script messages).
- Implement PST_ENTER state
2731 2012-01-25 Dr_sean -Unset the segtextured flag for walls with the Line_Horizon special tag since it can lead to a divide by 0 and we don't care about the line's actual texture anyway.
2730 2012-01-25 Dr_sean -Increase the wait period for the fastmonstersResetOnNewWad regression test to reduce false negatives.
2729 2012-01-25 Dr_sean -Initialize an actor's special flag to 0
2728 2012-01-25 Mike Keep the language auto-detecting in windows land. For non-windows systems, auto defaults to english (us).
2727 2012-01-25 Dr_sean -Fix a crash in r2725 due to a failure to check whether a missile was being blocked by a linedef or by an actor.
2726 2012-01-25 Mike Include some extra stuff for lunix compilation (r2724 take 2)...
2725 2012-01-25 Dr_sean -Extend co_fixweaponimpacts to horizon lines.
-Don't explode missiles or spawn bullet puffs on horizon lines.
2724 2012-01-25 Mike Implement zdoom 1.23 LANGUAGE lump string abstraction (GStrings). TODO: Add additional strings like CTF and even system and ui strings. Anyone interested in providing additional translations please contact me (mike@mikelightner.org).
2723 2012-01-24 Dr_sean -Add support for the Line_Horizon linedef special.
-Scales the line's height to 0 in the renderer, which the renderer interprets as being infinitely far away.
2722 2012-01-24 Russellrice - Format the download size into a decent unit which is either megabytes, kilobytes or bytes. Not just the last one
- Precision set to 4, code elsewhere forbids downloading over 100mb anyway