* Added *.opt (VS6 workspace cache file) to svn:ignore.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14784 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ai4rei 2011-04-09 09:22:49 +00:00
parent c5b8c85a4f
commit 9a2b30522f

View File

@ -1,6 +1,7 @@
Date Added
2011/04/09
* Added *.opt (VS6 workspace cache file) to svn:ignore. [Ai4rei]
* Changed pc_jobid2mapid to use a 1:1 mapping which is less prone to errors and faster than the previous method (follow up to r14755). [Ai4rei]
2011/04/08
* Fixed memory corruption when amount of players online approached FD_SETSIZE (topic:262388, bugreport:4856, since 11897). [Ai4rei]