Changes after July 2016 are currently not represented here. Please see Git commit history
[ r211 ] 06 Mar 2011, 15:03:13 UTC - eoserv - Fix VT100 color output
- Fix VT100 color output
[ r210 ] 06 Mar 2011, 14:42:34 UTC - eoserv - Add mysql include directory to search path
- Add mysql include directory to search path
[ r209 ] 06 Mar 2011, 07:13:17 UTC - eoserv - Fix MaxConnectionsPerPC code Ability to disable MaxConnectionsPerIP/MaxConnectionsPerPC
- Fix MaxConnectionsPerPC code
- Ability to disable MaxConnectionsPerIP/MaxConnectionsPerPC
[ r208 ] 06 Mar 2011, 07:03:20 UTC - eoserv - Enforce MaxConnectionsPerPC
- Enforce MaxConnectionsPerPC
[ r207 ] 05 Mar 2011, 07:56:21 UTC - eoserv - Added Linux Code::Blocks project Added missing svn:keywords property to database_impl.h ...
- Added Linux Code::Blocks project
- Added missing svn:keywords property to database_impl.hpp and socket_impl.hpp
[ r206 ] 04 Mar 2011, 11:30:43 UTC - eoserv - Add missing source file to makefile list
- Add missing source file to makefile list
[ r205 ] 04 Mar 2011, 06:36:39 UTC - eoserv - Added OldVersionCompat option
- Added OldVersionCompat option
[ r204 ] 03 Mar 2011, 21:16:24 UTC - eoserv - Non-mutating PacketReader Fix friend list online check Add delays between expensive act ...
- Non-mutating PacketReader
- Fix friend list online check
- Add delays between expensive actions and packet rate limiter
- Remove single number ID constructor for PacketBuilder
- PacketBuilder pre-allocation
- Change return type of PacketBuilder Add* functions to PacketBuilder&
- GUILD_REPLY only sends 2 byte reply IDs
- Register missing handlers: Board_Create, Locker_*
- Fix not found message for guild lookup
- Fix util::path_length
- Qualify snprintf references
[ r203 ] 28 Feb 2011, 12:16:03 UTC - eoserv - Registration-based packet handler system Add missing headers to fix building without PC ...
- Registration-based packet handler system
- Add missing headers to fix building without PCH
- Fix socket code on non-Windows
- Fix SIGHUP handling
- Fix breaking from UTIL_FOREACH after iterator invalidation
- UTIL_FOREACH macros no longer give references
- Fix several instances of not checking for end iterators after erasing
- Fix lore item check on trades
- Automatically cancel trades when player moves/warps
- Fix free guild join at 1000 bank
[ r202 ] 15 Feb 2011, 08:44:48 UTC - eoserv - Remove AngelScript, ptr_vector/ptr_list, reference counting and NOSCRIPT setting TimedS ...
- Remove AngelScript, ptr_vector/ptr_list, reference counting and NOSCRIPT setting
- TimedSave saves guilds as well
- Check length of some incoming data
- Cleaner shutdown routines
- C++0x (GCC 4.5+ / MSVC 10+ compatible subset)
- UTIL_FOREACH macros give references
- More descriptive error if no map is available
[ r201 ] 01 Feb 2011, 05:33:36 UTC - eoserv - Update makefiles (STD_TR1) Flip winsock2.h/windows.h inclusion order Add missing includ ...
- Update makefiles (STD_TR1)
- Flip winsock2.h/windows.h inclusion order
- Add missing include to world.hpp
[ r200 ] 01 Feb 2011, 05:20:26 UTC - eoserv - Remove all direct inclusions of stdafx Hide socket/database implementation details from ...
- Remove all direct inclusions of stdafx
- Hide socket/database implementation details from other code
- hook.hpp forward declaration file
- Replace util::array/stdint.h with TR1 version
- Add STD_TR1 macro
- Replace strncpy with strlcpy
- Remove UTIL_EXTEND_ENUM/pairchar/quadchar
- eoconst.hpp dissolved in to appropriate headers
- Swap the names of SitAction/SitState
[ r199 ] 28 Jan 2011, 20:41:15 UTC - eoserv - ... and put this back...
- ... and put this back...
[ r198 ] 28 Jan 2011, 20:25:10 UTC - eoserv - Revert accidentally added files
- Revert accidentally added files
[ r197 ] 28 Jan 2011, 20:18:24 UTC - eoserv - Added NOSCRIPT option libstdc++ debug mode flags added for all debug project targets
- Added NOSCRIPT option
- libstdc++ debug mode flags added for all debug project targets
[ r196 ] 03 Jan 2011, 21:37:24 UTC - eoserv -
[ r195 ] 27 Dec 2010, 21:32:16 UTC - eoserv -
[ r194 ] 27 Dec 2010, 21:23:22 UTC - eoserv - Fix login Catch player deletion between checking login and logging in
- Fix login
- Catch player deletion between checking login and logging in
[ r193 ] 21 Dec 2010, 15:46:28 UTC - eoserv - Default to a better map than 0 in case of error Fix typo and add missing script definit ...
- Default to a better map than 0 in case of error
- Fix typo and add missing script definitions in eodata.hpp
- NPCEvent definition, CharacterEvent forward declaration
[ r192 ] 21 Dec 2010, 15:40:50 UTC - eoserv - Reverse order of login status chests Add stat update packet for item exp reward level u ...
- Reverse order of login status chests
- Add stat update packet for item exp reward level ups
[ r191 ] 21 Dec 2010, 15:38:02 UTC - eoserv - Add missing checks to "welcome" packet handlers.
- Add missing checks to "welcome" packet handlers.
[ r190 ] 30 Nov 2010, 14:31:17 UTC - eoserv - Testing SVN
- Testing SVN
[ r189 ] 27 Apr 2010, 06:18:38 UTC - eoserv - Fix some completely untested and unfinished code, Fix an error with item de-spawning
- Fix some completely untested and unfinished code
- Fix an error with item de-spawning
[ r188 ] 02 Mar 2010, 10:48:40 UTC - eoserv - DBPort config option
- DBPort config option
[ r187 ] 06 Feb 2010, 07:51:20 UTC - eoserv - Fix question/answer loading for innkeepers
- Fix question/answer loading for innkeepers