Odamex Repository Changelog

The current repository revision: 1683
The last change was made by Mike on 2010-07-29 +0000 (Thu, 29th Jul 2010)

Comment:

Fix bug 598 - don't calculate CleanYfac, calculate CleanXfac off the (potentially adjusted) 4:3 width from the given height.
We don't have an inventory, why have controls for it?

Rev. Date Author Comment
1683 2010-07-29 Mike Fix bug 598 - don't calculate CleanYfac, calculate CleanXfac off the (potentially adjusted) 4:3 width from the given height.
We don't have an inventory, why have controls for it?
1682 2010-07-28 Russellrice - Set the window position to 0,0 if we don't have a config file yet (fresh install), otherwise calling GetPosition().x/y in the constructor will yield some unusual behaviour in debug mode
1681 2010-07-27 Mike Using the wad command like wad will now load that pwad with the currently-loaded iwad. This helps but does not entirely take care of bug 563.
1680 2010-07-27 Mike Fix for bug 542, thanks spleen.
1679 2010-07-27 Mike Fix for Bug 512, monsters and other items now fall off the conveyor when cvar is set. Slight tweak to original patch, new cvar is co_allowdropoff (odamex maintains a vanilla-by-default philosophy). This needs to be turned on for boom compatible behavior.
1678 2010-07-25 Russellrice - Delete v_text.h, server doesn't need this file to build
1677 2010-07-25 Russellrice - Remove differences from doomstat.h, move it to common and update relevant source files
- CB project updated, other project files may need updating
1676 2010-07-25 Russellrice - Reduce differences between files, no functional changes
1675 2010-07-25 Russellrice Merge r1673 from branch netcode_bringup2
1674 2010-07-25 Russellrice - Fix changemus ccmd not to call S_ChangeMusic with potential garbage
- Add usage information documenting loop parameter
1673 2010-07-25 Russellrice - Fix gcc warning about ambiguous else
1672 2010-07-24 Russellrice Merge from trunk
1671 2010-07-24 Mike Fix bug 402, no longer seg faults. Current behavior now matches prboom+. Thanks to prboom+ r1641 and Spleen for finding it.
1670 2010-07-23 Russellrice - Add MAX_UDP_RESERVED define to allow up to 40 bytes of storage for special data (sequence ids, headers etc)
- Add missing null term byte for strlen calls on adding marker sizes
- Optimize SV_SendServerSettings to not do excessive looping, writing excessive amounts of start/finish bytes and not cause fatal marker overflows because the code sucked so hard (sorry, it really did)
- When calling the client_t init constructor, don't assign a value to the buffer class, there is no overload operator for it and I'm surprised it even worked without flipping over backwards..
- Use resize() call on unreliable and reliable buffer initialization, both buffers get half of MAX_UDP_PACKET, this is so it works properly with the code in sv_rproto.cpp
1669 2010-07-23 Russellrice - Comment both MSG_WriteMarker functions
- Set the MAX_UDP_PACKET to 1400
- Add checking code if a marker is greater than the max size of the send buffer without any additional data
- Change >= to >, because if the current buffer size + marker and payload size is equal to the allotted size, it would send it even though there is enough room. Now its only sent if its too big, then it will be written so the next call of the function will check this. (read the comments and code for a better explanation)
1668 2010-07-22 Russellrice - Merge changes by hand from old branch
1667 2010-07-22 Russellrice - Merge from trunk
1666 2010-07-22 Russellrice - DPrint compression messages
1665 2010-07-22 Mike Revert r1652, remove sv_arenamode, see bug 588.
1664 2010-07-21 Mike Bug 587: Revert r1635,r1636,r1640,r1641 - patch does not resolve the core issue, introduces new bugs.
1663 2010-07-20 Russellrice - Branch from trunk for fixing network issues, added 2 to avoid svn history confusion
1662 2010-07-19 Hypereye - If Odamex is started from a launcher return to the launcher when Odamex quits. Otherwise return to the dashboard.
- Determine if an LDT_TITLE launch data type was sent from an XBE that fills out launch data in the unique way Odamex needs for receiving command-line arguments (using the reserved field of a PLD_DEMO structure) by testing the value of PLD_DEMO->dwID which must match 0x4F444C43.
- Eliminate some redundant code in the custom gethostbyname() for Xbox.
1661 2010-07-18 Russellrice - Update cvar filtering in launcher to match sv_ prefix
1660 2010-07-18 Russellrice - Attempt at fixing about dialog layout on macosx
1659 2010-07-17 Russellrice - Update launcher makefile