index
:
evolved/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-07
* Merged changes from trunk [14895:14966/trunk].
ai4rei
11
-175
/
+202
2011-08-10
* Raised MAX_MERCENARY_CLASS to 44 for new mercenaries.
L0ne_W0lf
1
-1
/
+1
2011-07-10
* Merged changes from trunk [14827:14894/trunk].
ai4rei
25
-214
/
+571
2011-05-15
* Merged changes from trunk [14784:14819/trunk].
ai4rei
5
-84
/
+8
2011-04-09
* Merged changes from trunk [14742:14782/trunk].
ai4rei
3
-7
/
+4
2011-03-22
- AEGIS Conversion of Mob Spawns.
Kisuka
1
-0
/
+59
2011-03-09
* Merged changes from trunk [14688:14739/trunk].
Kisuka
7
-39
/
+74
2011-01-30
* Merged changes from trunk [14636:14686/trunk].
ai4rei
7
-57
/
+107
2010-12-26
* Merged changes from trunk [14496:14630/trunk].
ai4rei
6
-26
/
+42
2010-11-22
* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...
ai4rei
1
-1
/
+2
2010-11-21
* Added 64-bit variants of the socket and buffer I/O macros.
ai4rei
1
-0
/
+4
2010-11-21
* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...
ai4rei
1
-5
/
+8
2010-11-20
* Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han...
ai4rei
1
-1
/
+1
2010-11-20
* Removed ; from INTPTR_* defines (since r13449).
ai4rei
1
-5
/
+5
2010-11-19
* Fixed plug-in version getting checked against itself and a wrong operator b...
ai4rei
1
-2
/
+2
2010-11-19
* Various VC6-related fixes and tweaks. [Ai4rei]
ai4rei
4
-21
/
+26
2010-11-14
* Updated quest_read_db. Might need reviewing. ;-;
L0ne_W0lf
1
-1
/
+1
2010-10-05
* Added Spira's Party Booking System implementation
L0ne_W0lf
1
-2
/
+2
2010-09-06
* Implemented Icescope's fix for devotion, reflect damage is no longer absorb...
L0ne_W0lf
1
-1
/
+1
2010-08-03
- Merged a few minor bugfixes
Skotlex
1
-1
/
+7
2010-07-31
* Implemented three new mercenary skills.
L0ne_W0lf
1
-2
/
+2
2010-05-21
* Increased gobal_reg_value to 256 from 96.
L0ne_W0lf
1
-2
/
+2
2010-04-23
Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...
skotlex
1
-2
/
+5
2010-03-16
added --enable-rdtsc configure option to enhance timer performance, especiall...
Yommy
1
-0
/
+45
2010-02-15
Added visual studio equivalent of libc's strtoull() - name redefine for newer...
ultramage
3
-0
/
+46
2010-02-09
Expanded range for cached and stored-in-db guild member exp (devotion) from u...
Paradox924X
1
-1
/
+1
2010-01-30
- Added support for PACKETVER 20100105, which updates the vending related pac...
skotlex
1
-1
/
+2
2009-11-24
Cleaned up leftover PACKETVER define on the charserver (followup to r14155).
ultramage
1
-0
/
+1
2009-11-19
- Applied the renewal client support patch from Diablo (eA forum topic 222623)
skotlex
1
-3
/
+47
2009-11-13
Resolved a client hang in the scenario where the client sent loadendack befor...
ultramage
2
-14
/
+4
2009-10-11
Added character rename function.(topic:225576)(written by pakpil and fixed by...
Inkfish
1
-0
/
+1
2009-09-04
* QuestLog Fix.
Inkfish
1
-2
/
+0
2009-08-14
- Fixes and optimization to instancing. Thanks to Saithis
zephyrus
1
-1
/
+1
2009-07-28
* Some more updates to Quest Log
Inkfish
1
-2
/
+1
2009-07-26
Fixed mob counts and quest states are not saved properly sometimes
Inkfish
1
-1
/
+1
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-14
/
+7
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
5
-14
/
+55
2009-05-02
- Fixed some typos in the script command documentation. (bugreport:2547)
brianluau
2
-4
/
+4
2009-04-20
* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...
FlavioJS
2
-7
/
+18
2009-04-12
* Took care of some warnings. (marionette formulas and *INTPTR_* macros)
FlavioJS
1
-0
/
+4
2009-04-01
* Removed online_check config options. (always active now)
FlavioJS
2
-0
/
+11
2009-03-13
Corrected a potentially uninitialized variable in sv_parse (bugreport:2860).
ultramage
1
-1
/
+2
2009-02-25
* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...
FlavioJS
1
-1
/
+1
2009-02-20
Increased variable size for status/skill points to remove the 65k cap (bugrep...
ultramage
1
-1
/
+1
2009-02-20
* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...
FlavioJS
1
-1
/
+9
2009-01-21
* Added a limit of 1MB of pending data in the write fifo for non-server socke...
FlavioJS
1
-1
/
+11
2009-01-21
* Replaced the fake timer heap (sorted array) with a real heap. (improves per...
FlavioJS
1
-98
/
+38
2009-01-21
* Added a generic binary heap implementation based on defines. (round 2)
FlavioJS
1
-12
/
+32
2009-01-20
* Added a generic binary heap implementation based on defines.
FlavioJS
1
-0
/
+206
2009-01-14
* Added client login packets 0x01fa and 0x027c.
FlavioJS
2
-0
/
+14
[next]