index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-24
some minor cleaning of player variable loading/saving
ultramage
1
-84
/
+75
2007-12-23
- Fixed horrible handling of skill_abra_db which leads to memory corruption (...
skotlex
4
-18
/
+22
2007-12-23
- Fixed warning about unused variable
skotlex
5
-16
/
+12
2007-12-22
Fixed droprate overflows when going over rate 2000x
ultramage
1
-3
/
+6
2007-12-22
- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...
skotlex
4
-31
/
+22
2007-12-22
Fixed server not always sending the correct level values to the client.
ultramage
1
-4
/
+5
2007-12-22
Fixed non-skill splash attacks showing 'unknown skill' (bugreport:665)
ultramage
1
-1
/
+1
2007-12-22
forgot path.h ._.
ultramage
1
-0
/
+16
2007-12-22
Path code cleaning...
ultramage
9
-152
/
+125
2007-12-22
Fixed mob AI code iterating over non-mob objects without checking, when monst...
ultramage
9
-21
/
+25
2007-12-19
Fixed some formatting glitches in atcommand.c
ultramage
1
-61
/
+61
2007-12-19
Fixed yet another buffer overflow, in @adopt
ultramage
1
-6
/
+7
2007-12-19
- Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula...
skotlex
2
-9
/
+8
2007-12-19
- Fixed skill name for skill 39 (MC_PUSHCART)
skotlex
1
-4
/
+4
2007-12-18
Fixed a possible buffer overflow in @partyoption code.
ultramage
1
-7
/
+6
2007-12-18
* Updated respawn time interpretation according to latest kRO update
Playtester
1
-4
/
+5
2007-12-18
- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...
skotlex
4
-8
/
+23
2007-12-18
- removed redundant clif_hominfo line in merc_hom_dead (it was sent already f...
skotlex
3
-7
/
+3
2007-12-18
minor code tweaking
ultramage
1
-1
/
+1
2007-12-17
* Added flag.server to indicate interserver sockets
ultramage
4
-5
/
+6
2007-12-16
Replaced the 'map name' castle data variable with the equivalent 'map index'.
ultramage
1
-22
/
+13
2007-12-16
Some more guild code reformatting (moved do_init_guild() to the end of guild....
ultramage
3
-125
/
+110
2007-12-14
Guardian hp handling code removal (see bugreport:342)
ultramage
7
-94
/
+63
2007-12-14
- corrected Option_Xmas value in const.txt
skotlex
3
-9
/
+6
2007-12-13
Fixed a mistake in r11895 where guild invitation data was being cleared too s...
ultramage
1
-5
/
+9
2007-12-13
* Fixed possible segmentation faults in the script engine.
FlavioJS
1
-19
/
+23
2007-12-12
* Some preparations for the guild script update
ultramage
11
-176
/
+126
2007-12-12
Removed the badly designed/unfinished guild_check_conflict() data integrity c...
ultramage
3
-25
/
+1
2007-12-11
- Added query_logsql script command to perform sql commands using the log db ...
skotlex
1
-12
/
+31
2007-12-11
- Status change start will now fail when invoked on players that are disconne...
skotlex
1
-1
/
+4
2007-12-10
- Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ...
skotlex
1
-36
/
+12
2007-12-10
- Reverted last change, I was wrong in my assumption o_O;
skotlex
1
-5
/
+3
2007-12-10
- Fixed the disguise packet sent in clif_move
skotlex
1
-2
/
+4
2007-12-10
- Cleared up npc shop id when warping a player.
skotlex
3
-2
/
+3
2007-12-09
* Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str...
FlavioJS
1
-15
/
+47
2007-12-09
Changed Cloaking to not show an animation when it fails (thanks to Harbin for...
ultramage
3
-49
/
+56
2007-12-09
small fix to the server's packet parsing code to display server IPs correctly.
ultramage
1
-2
/
+1
2007-12-09
- Cleaned up a bit the code for HVAN_CHAOTIC
skotlex
1
-4
/
+4
2007-12-08
- Fixed a 'variable may be used uninitialized' error.
skotlex
2
-4
/
+5
2007-12-08
- Changed the chaotic delay from block to delay since it just a sec
skotlex
3
-4
/
+2
2007-12-07
- Fixed ensembles skills.
skotlex
2
-5
/
+3
2007-12-07
- removed the timer heap correction code when the timers overflow since Flavi...
skotlex
6
-75
/
+61
2007-12-07
- Insignificant cleanups.
skotlex
2
-2
/
+5
2007-12-06
- Cleaned up the messy code used to generate the idle/walk packets (or at lea...
skotlex
1
-176
/
+123
2007-12-06
- Likely fixed clif_set_disguise for PACKET_VER 9
skotlex
1
-19
/
+26
2007-12-06
ooops, two errors escaped... >.<
FlavioJS
1
-2
/
+2
2007-12-06
* Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin...
FlavioJS
2
-85
/
+237
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
9
-179
/
+49
2007-12-05
- Made the struct weapon_atk lhw in status_data a static member rather than a...
skotlex
7
-93
/
+66
2007-12-05
- Fixed a possible crash when the memory manager is disabled and a non-respaw...
skotlex
1
-1
/
+4
[prev]
[next]