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
/
Changelog-Trunk.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-24
Now the server will print an error message if an invalid mapflag is found dur...
ultramage
1
-0
/
+4
2008-02-22
* Removed code in socket.c that tries to avoid send buffer overloading, as th...
ultramage
1
-0
/
+5
2008-02-22
Fixed @whomap not unlocking the player db (bug in r12204)
ultramage
1
-3
/
+4
2008-02-22
Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...
Lupus
1
-0
/
+4
2008-02-21
- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...
skotlex
1
-0
/
+5
2008-02-21
- Fixed new guilds displaying online-connect member count at 0 rather than 1,...
skotlex
1
-0
/
+11
2008-02-19
Fixed a typo in /map/clif.c (acount_id -> account_id)
L0ne_W0lf
1
-0
/
+1
2008-02-19
* Forgotten update to the definition of script command 'input'.
FlavioJS
1
-0
/
+4
2008-02-19
* Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999)
FlavioJS
1
-0
/
+2
2008-02-17
- Updated Eye of Hellion to use the new format of the input command.
skotlex
1
-0
/
+5
2008-02-17
Reverting r12212. As expected, Linux is incompatible.
ultramage
1
-3
/
+0
2008-02-17
Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ...
ultramage
1
-0
/
+3
2008-02-14
- Some optimizations to @noks (now using a Status Change timer).
zephyrus
1
-0
/
+2
2008-02-14
Removed/replaced all calls to map_getallusers (followup to r12195).
ultramage
1
-0
/
+3
2008-02-14
- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...
zephyrus
1
-0
/
+3
2008-02-13
* Changes to memory manager: [FlavioJS]
FlavioJS
1
-1
/
+9
2008-02-13
- Some fixes to mail system.
zephyrus
1
-0
/
+3
2008-02-13
Merged memory manager updates from old jA revisions (bugreport:663)
ultramage
1
-0
/
+3
2008-02-11
- 'Forget me Not' no longer blocks ASPD bonuses from working or prevents thei...
skotlex
1
-0
/
+4
2008-02-11
* Expanded the script command 'input': (bugreport:811)
FlavioJS
1
-0
/
+6
2008-02-10
Added two missing opt2 values, for Angelus and Bleeding status.
ultramage
1
-0
/
+1
2008-02-10
Fixed Warp Portal code sometimes producing errors/crashes in the case where a...
ultramage
1
-0
/
+3
2008-02-08
Fixed wrong message in item group loading code (bugreport:936)
ultramage
1
-0
/
+4
2008-02-07
- Fixed Freezing Trap doing no damage (changed type from misc to weapon)
skotlex
1
-0
/
+9
2008-02-04
- Some code cleanups.
zephyrus
1
-0
/
+7
2008-02-03
Fixes to Devotion (see topic:153345)
ultramage
1
-0
/
+7
2008-02-03
* Added an iterator to map.h/c.
FlavioJS
1
-0
/
+4
2008-02-01
Fixed sql charserver crashing when mapserver is disconnected and someone does...
ultramage
1
-0
/
+2
2008-01-29
- Plagiarize can no longer copy skill levels beyond their max skill_db value.
skotlex
1
-0
/
+2
2008-01-29
- Modified pc_dead so that the src is passed on to the master when it is a pe...
skotlex
1
-0
/
+3
2008-01-27
* Small update to the dgbhelpplug plugin:
FlavioJS
1
-0
/
+5
2008-01-25
Updated conversion tools for mob_db & item_db
toms
1
-0
/
+3
2008-01-21
Fixed battle config loading not applying the side-effects of battle_adjust_co...
ultramage
1
-0
/
+4
2008-01-20
- Fixed a comparison whn doing item searches
skotlex
1
-1
/
+7
2008-01-19
* Added plugin dbghelpplug to generate more extensive crash reports in windows.
FlavioJS
1
-0
/
+5
2008-01-17
- Made battle_check_range fail whenever the distance between src/target is gr...
skotlex
1
-0
/
+2
2008-01-17
Icewalls can no longer be knocked back (see bugreport:38)
ultramage
1
-0
/
+2
2008-01-15
* Manner system fixing
ultramage
1
-0
/
+7
2008-01-14
- Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ...
skotlex
1
-0
/
+2
2008-01-14
* Client packet corrections
ultramage
1
-0
/
+7
2008-01-14
Fixed card removal script functions' 'extra card' bug (bugreport:786)
ultramage
1
-1
/
+2
2008-01-14
Removed the hardcoded limit for numeric npc input boxes (bugreport:811)
ultramage
1
-0
/
+1
2008-01-14
Applied a temp patch to make some npc-executed atcommands work again (bugrepo...
ultramage
1
-0
/
+2
2008-01-13
- Fixed dangling pointer crashes when bleeding or Deadly poison kills a spawn...
skotlex
1
-0
/
+6
2008-01-13
- Fixed a possible ers_entry corruption if you die from bleeding while under ...
skotlex
1
-0
/
+2
2008-01-13
- Updated Safety wall so it does not blocks melee magic.
skotlex
1
-0
/
+2
2008-01-13
* Another possible fix to ers/status_change crashing.
FlavioJS
1
-0
/
+4
2008-01-12
* Modified npc_parsesrcfile to read the file as binary and let sv_parse handl...
FlavioJS
1
-0
/
+1
2008-01-12
* Possible fix to ers/status_change crashing. [FlavioJS]
FlavioJS
1
-0
/
+12
2008-01-11
- Implemented the extra damage bonus to TK_JUMPKICK when it is used while run...
skotlex
1
-0
/
+3
[next]