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
2007-01-09
- Changes to script buildin functions:
FlavioJS
1
-1
/
+1
2007-01-08
Unimportant cleanups
ultramage
2
-11
/
+5
2007-01-08
* Silenced the plugin export messages during startup [ultramage]
ultramage
2
-2
/
+2
2007-01-08
- Added a precompiler error when the shutdown defines are not found.
FlavioJS
6
-190
/
+285
2007-01-07
- Fixed the sleep timers not being removed when the an npc was being unloaded...
FlavioJS
1
-1
/
+3
2007-01-07
Undid the memset->malloc_set replacement
ultramage
9
-78
/
+16
2007-01-06
- Now winsock 2 is required.
FlavioJS
2
-88
/
+126
2007-01-05
- Major reconfiguration of the trunk VS8 project files, read the changelog fo...
ultramage
2
-99
/
+0
2007-01-04
- Updated /doc from jAthena
ultramage
2
-2
/
+1
2007-01-03
- Now the server will by default perform symmetric adding of friends
ultramage
1
-0
/
+2
2007-01-03
ups... forgot to remove this before committing
FlavioJS
1
-1
/
+0
2007-01-03
- Fixed FIFO defines in TURBO mode.
FlavioJS
2
-5
/
+8
2007-01-03
- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.
ultramage
1
-2
/
+2
2006-12-31
- Updated getitem and guardian entries in script_commands.txt.
FlavioJS
1
-1
/
+1
2006-12-29
- Skill use is now cancelled when you use it while cloaking, and the uncloaki...
skotlex
1
-1
/
+1
2006-12-28
- Reapplied Skotlex's socket.c changes from r9587 and r9582. :S (sorry)
FlavioJS
1
-7
/
+19
2006-12-28
- Part 3 of TheUltraMage's socket cleanup.
FlavioJS
1
-46
/
+36
2006-12-28
- Added a func_parse invocation when an invalid socket is found, so that the ...
skotlex
1
-0
/
+4
2006-12-28
- Some cleaning in do_sendrecv, added error messages when handling an incorre...
skotlex
1
-9
/
+17
2006-12-26
- Cleaned up some more the code so it works for -DTURBO
skotlex
1
-1
/
+1
2006-12-25
- Applied part 1 of TheUltraMage's socket cleanup.
FlavioJS
2
-216
/
+76
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
2
-6
/
+6
2006-12-22
- Change strncpy to memcpy when parsing switches in the script engine since i...
FlavioJS
3
-3
/
+9
2006-12-21
- Added a 1-node cache to db. Removed party_cache and guild_cache since now t...
FlavioJS
1
-79
/
+85
2006-12-21
- Moved md5calc to common
FlavioJS
4
-60
/
+305
2006-12-20
- Moved PACKETVER to mmo.h, and added support for the expanded character info...
skotlex
1
-0
/
+3
2006-12-20
- Fixed ISSPACE and ISALPHA casting their returned value to a char. These are...
skotlex
1
-2
/
+2
2006-12-20
- Changed the script source from unsigned char* to const char*.
FlavioJS
1
-0
/
+6
2006-12-20
- Fixed the meaning of stdout_with_ansisequence and changed the default value...
FlavioJS
1
-3
/
+4
2006-12-19
- Added missing include of system header limits.h to timer.c
skotlex
1
-2
/
+1
2006-12-19
- Reverted the mob ThinkTime update, that field is again aDelay as it apparen...
skotlex
1
-1
/
+1
2006-12-19
- Cleanups or minor changes.
FlavioJS
4
-162
/
+191
2006-12-18
- Cosmetic changes to db.
FlavioJS
4
-511
/
+409
2006-12-15
- There will be now warnings printed when a shop sells an item which's buy pr...
skotlex
1
-0
/
+1
2006-12-13
Modified flush_fifo so the code do what is written in the comment
toms
1
-2
/
+2
2006-12-13
- Modified flush_fifo so you can decide whether to block the current thread o...
skotlex
2
-4
/
+9
2006-12-12
- Minor changes to ers.
FlavioJS
6
-150
/
+68
2006-12-10
- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse...
FlavioJS
1
-38
/
+27
2006-12-09
- Reversed revision #9415 (messages with server_tick field being sent as soon...
FlavioJS
3
-14
/
+4
2006-12-07
- Fixed ladmin's linux compilation and moved some platform specific defines t...
FlavioJS
4
-30
/
+52
2006-12-06
- Fixing a compilation error caused by me in rev 9414: -.-;
FlavioJS
1
-0
/
+1
2006-12-06
- Messages with server_tick field are sent as soon as possible now.
FlavioJS
3
-5
/
+15
2006-12-06
- Added StringBuf_Vprintf to utils.c and changed the showmsg.c buffer.
FlavioJS
3
-27
/
+69
2006-12-05
- Fixed sc data load failing when using charsave_method: 1
skotlex
1
-2
/
+2
2006-12-05
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...
FlavioJS
26
-8812
/
+8812
2006-12-05
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...
FlavioJS
1
-531
/
+535
2006-12-03
- Made ers double frees report as missing entries on destruction.
FlavioJS
1
-532
/
+532
2006-12-02
- Added missing min/max definitions to cbasetypes.h, needed for the @send cha...
FlavioJS
1
-266
/
+274
2006-12-02
- Replaced @send with the version I use for testing packets.
FlavioJS
1
-0
/
+4
2006-11-29
- Probably fixed the Segmentation Faults we've been having.
FlavioJS
3
-1730
/
+1730
[next]