index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-05
Corrected one place belonging to the no-stacking mod that I missed when doing...
ultramage
1
-2
/
+2
2008-01-04
Fixed a bad allocation line, which in my case resulted in trashing several in...
ultramage
1
-1
/
+1
2008-01-04
Fixed a typo in r12008 causing server crashes when sending the fake npc packet.
ultramage
1
-2
/
+4
2008-01-04
Waterball code cleanup (see bugreport:707)
ultramage
1
-40
/
+28
2008-01-04
Fixed a mistake in r11991 that let knockback work through walls
ultramage
1
-2
/
+2
2008-01-04
Modified the map_setcell() code to to use a boolean flag instead of needing S...
ultramage
8
-159
/
+120
2008-01-04
- Fixed clif_sendfakenpc not being updated for PACKETVER 9
skotlex
1
-7
/
+13
2008-01-04
- Fixed Music Lesson's effect on Assassin Cross of Sunset.
skotlex
2
-2
/
+2
2008-01-03
Changes to reduce the number of map cell types
ultramage
6
-51
/
+19
2008-01-03
Fixed npc unloading not clearing NPC touch cells (bugreport:595).
ultramage
1
-14
/
+2
2008-01-03
Map cell mechanism rewrite
ultramage
5
-197
/
+271
2008-01-03
Moved extra junk from map_addblock/map_delblock to where it logically belongs...
ultramage
4
-49
/
+61
2008-01-03
Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...
ultramage
4
-203
/
+100
2007-12-31
* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...
FlavioJS
1
-4
/
+4
2007-12-31
* Added code to reject double logins in clif_parse_WantToConnection and added...
FlavioJS
4
-15
/
+41
2007-12-30
* Fixed get_val2 not using the stack, which automatically frees the data, cau...
FlavioJS
1
-8
/
+17
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-29
* Fixed two missing @LDFLAGS@ in src/plugins/Makefile.in.
FlavioJS
1
-2
/
+2
2007-12-29
Implemented THE official Steal skill equation and game mechanics (basically v...
ultramage
4
-17
/
+13
2007-12-29
Knockback now works through cells where there is a diagonal path, but no hori...
ultramage
1
-56
/
+22
2007-12-28
* Fixed a memory leak in memitemdata_to_sql.
FlavioJS
1
-1
/
+1
2007-12-28
* Reverted a bad modification in clif_produceeffect from r11290.
FlavioJS
1
-2
/
+5
2007-12-27
Removed an incorrect range check and fixed a copypaste typo which caused scri...
ultramage
1
-6
/
+1
2007-12-27
Re-added a missing mob last_thinktime timer initialization when a mob spawns,...
ultramage
1
-0
/
+1
2007-12-27
* Corrected description of scope and npc variables in script_commands.txt.
FlavioJS
4
-26
/
+41
2007-12-27
* Tweeked the declaration and initialization defines for vectors.
FlavioJS
5
-19
/
+40
2007-12-26
Fixed the incorrect interpretation of the map-cell height information stored ...
ultramage
2
-33
/
+36
2007-12-26
Moved distance-related functions to path.c/h
ultramage
11
-59
/
+64
2007-12-26
* Fixed string variables dereferencing directly to the value instead of deref...
FlavioJS
1
-8
/
+17
2007-12-24
some minor cleaning of player variable loading/saving
ultramage
1
-84
/
+75
2007-12-23
* Added a generic vector implementation (dynamic array) based on defines.
FlavioJS
1
-0
/
+286
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
[next]