index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
ultramage
2
-0
/
+84
2008-04-14
Some more updates to the quest log system. It has been completely moved to th...
Kevin
1
-2
/
+0
2008-04-11
The max_account_id packetver detection mechanism will never cause any connect...
ultramage
1
-7
/
+1
2008-04-11
Finished most of the quest log code, still bits here and there but it's usabl...
Kevin
1
-2
/
+2
2008-04-10
- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...
zephyrus
1
-1
/
+1
2008-04-10
Char server now loads/saves quest information.
Kevin
1
-0
/
+1
2008-04-10
Some preliminary code for the questlog system (clif packet functions and basi...
Kevin
1
-0
/
+24
2008-04-08
Updated MAX_GUARDIANS to support an insane amount of guardians.
L0ne_W0lf
1
-1
/
+1
2008-04-07
* Made script command 'flagemblem' and guild_emblem_change send an update of ...
FlavioJS
1
-0
/
+2
2008-04-06
Added Moscovia to the list of @go destinations
toms
1
-0
/
+1
2008-04-02
First round of minor updates for WoE SE.
L0ne_W0lf
1
-1
/
+1
2008-04-02
* Added SV_KEEP_TERMINATOR option to not split the line terminator.
FlavioJS
2
-18
/
+24
2008-04-02
* Added sv_split to strlib.c/h (similar to sv_parse).
FlavioJS
2
-10
/
+104
2008-03-26
Adjusted eAthena code to compile cleanly in C++ mode.
ultramage
8
-45
/
+65
2008-03-17
- Clean up of calc_times function.
zephyrus
2
-0
/
+7
2008-03-08
- Auction System implementation completed.
zephyrus
1
-1
/
+1
2008-03-05
- Merged Auction Search and Register. It seen to work fine, so you can test t...
zephyrus
1
-0
/
+19
2008-03-02
- New optimizations for mail system and adjust to use it on Auctions.
zephyrus
1
-6
/
+2
2008-02-29
- Starting preparatives for Auctions System.
zephyrus
1
-0
/
+16
2008-02-27
Altered socket code to do a graceful connection shutdown when exiting.
ultramage
1
-3
/
+2
2008-02-27
Added support for the "view player equip" feature (see topic:174461)
ultramage
1
-0
/
+1
2008-02-22
* Removed code in socket.c that tries to avoid send buffer overloading, as th...
ultramage
1
-12
/
+0
2008-02-22
Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...
Lupus
1
-3
/
+3
2008-02-19
* Forgotten update to the definition of script command 'input'.
FlavioJS
2
-0
/
+3
2008-02-19
* Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999)
FlavioJS
1
-8
/
+17
2008-02-17
Reverting r12212. As expected, Linux is incompatible.
ultramage
1
-0
/
+6
2008-02-17
Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ...
ultramage
1
-4
/
+0
2008-02-16
Removed some useless svn:ignore properties.
ultramage
1
-1
/
+1
2008-02-13
* Changes to memory manager: [FlavioJS]
FlavioJS
2
-31
/
+84
2008-02-13
Merged memory manager updates from old jA revisions (bugreport:663)
ultramage
1
-305
/
+225
2008-02-04
- Enabled ERS System in trunk (Let's make JetVictor dreams come true!)
zephyrus
1
-1
/
+1
2008-02-03
* Added an iterator to map.h/c.
FlavioJS
1
-0
/
+8
2008-02-03
Added a missing client update when the mute status is manually cancelled by a GM
ultramage
1
-1
/
+1
2008-01-29
- Cleaned socket.c to use flag.server when detecting inter-server connections.
skotlex
1
-14
/
+5
2008-01-06
Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...
ultramage
5
-22
/
+13
2007-12-30
* Trully fixed the previous commits. (missing casts and incomplete sizes)
FlavioJS
1
-4
/
+4
2007-12-30
Fixed a mistake of the previous commit (r11994). Was reading the size in the ...
FlavioJS
1
-1
/
+1
2007-12-30
* Made the memory manager set allocated memory to 0xCD and freed memory to 0x...
FlavioJS
1
-0
/
+18
2007-12-27
* Tweeked the declaration and initialization defines for vectors.
FlavioJS
3
-15
/
+35
2007-12-23
* Added a generic vector implementation (dynamic array) based on defines.
FlavioJS
1
-0
/
+286
2007-12-17
* Added flag.server to indicate interserver sockets
ultramage
2
-16
/
+19
2007-12-16
Replaced the 'map name' castle data variable with the equivalent 'map index'.
ultramage
1
-1
/
+1
2007-12-14
Guardian hp handling code removal (see bugreport:342)
ultramage
1
-3
/
+2
2007-12-14
Added a precise and consistent tick() function for freebsd (see bugreport:240)
ultramage
1
-1
/
+5
2007-12-13
* Disabled ers until recent crashes are fixed.
FlavioJS
1
-1
/
+1
2007-12-13
* Abstracted the windows socket code so that all fd's are in the range [1,FD_...
FlavioJS
1
-92
/
+244
2007-12-12
* Some preparations for the guild script update
ultramage
2
-8
/
+1
2007-12-10
- The interserver outgoing buffer now gets flushed when it reaches 512KB of d...
skotlex
1
-1
/
+6
2007-12-09
* Added a generic 'delimiter-separated values' string parser to strlib.c/h.
FlavioJS
2
-0
/
+373
2007-12-07
- removed the timer heap correction code when the timers overflow since Flavi...
skotlex
1
-33
/
+0
[next]