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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-25
* Changes to the configure script:
FlavioJS
3
-1202
/
+1745
2009-01-24
* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)
FlavioJS
2
-18
/
+33
2009-01-24
* Changed the variables of the mapcache structs to fixed size equivalents. (6...
FlavioJS
4
-50
/
+52
2009-01-24
* Changed all uses of struct skill_unit_group* to group_id in status_change_e...
FlavioJS
6
-17
/
+51
2009-01-23
* Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids.
FlavioJS
2
-1
/
+28
2009-01-23
Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...
ultramage
3
-5
/
+6
2009-01-22
Removed outdated bSPDrainValue command from item bonus documentation (see r31...
ultramage
1
-5
/
+2
2009-01-22
- Fixed some item checks on gunslinger quest. (How was this not noticed for s...
Kisuka
2
-6
/
+8
2009-01-22
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...
FlavioJS
6
-16
/
+16
2009-01-21
* Added a limit of 1MB of pending data in the write fifo for non-server socke...
FlavioJS
2
-1
/
+13
2009-01-21
Fixed Assassin Dagger's item script (typo in r13457).
ultramage
1
-1
/
+1
2009-01-21
Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it).
ultramage
1
-2
/
+2
2009-01-21
- Moscovia NPCs. (All the generic, kafra, and guide NPCs.)
Kisuka
6
-29
/
+599
2009-01-21
* Replaced the fake timer heap (sorted array) with a real heap. (improves per...
FlavioJS
2
-98
/
+40
2009-01-21
* Added a generic binary heap implementation based on defines. (round 2)
FlavioJS
1
-12
/
+32
2009-01-20
Efficiency improvement for clif_send (use pc_db iterator instead of sockets a...
ultramage
1
-53
/
+63
2009-01-20
* Added a generic binary heap implementation based on defines.
FlavioJS
2
-0
/
+207
2009-01-20
Fixed pc_statusup2 to correctly update the client's stat window
ultramage
2
-38
/
+68
2009-01-20
Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...
ultramage
1
-1
/
+1
2009-01-20
* Rev. 13458 Looooots of bugfixes provided by various people! [L0ne_W0lf]
L0ne_W0lf
10
-125
/
+234
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
8
-38
/
+66
2009-01-19
- Some episode 13.1 accessories. (Changes to Rogue's Treasure now called Thie...
Kisuka
1
-8
/
+8
2009-01-15
Updated script_commands.txt with the book reading command info.
sketchyphoenix
3
-4
/
+18
2009-01-14
#commands used by nonGM players now appear in the chat like normal
sketchyphoenix
1
-3
/
+4
2009-01-14
* Added client login packets 0x01fa and 0x027c.
FlavioJS
6
-24
/
+64
2009-01-14
Corrected a typo in r13444
sketchyphoenix
1
-1
/
+4
2009-01-13
Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (...
ultramage
1
-1
/
+1
2009-01-13
* Cleaned up command @users/#users:
FlavioJS
4
-31
/
+32
2009-01-13
Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...
ultramage
6
-30
/
+34
2009-01-12
* #command parsing cleaned up.
sketchyphoenix
4
-29
/
+38
2009-01-12
Added regen_db to reduce hp/sp processing delays (bugreport:2256).
ultramage
4
-5
/
+37
2009-01-11
bugreport:2637
sketchyphoenix
1
-11
/
+14
2009-01-06
Updated monster modes for battleground NPCs.
L0ne_W0lf
4
-10
/
+15
2009-01-05
Added @charcommands to return a list of available charcommands (bugreport:2630)
sketchyphoenix
4
-35
/
+13
2009-01-05
Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.
ultramage
5
-7
/
+12
2009-01-05
Fixed @mobsearch and @showmobs (bugreport:2481)
ultramage
2
-19
/
+27
2009-01-04
- Typo fixes to THQS.
Kisuka
3
-18
/
+17
2009-01-02
- Novice quest fix
zephyrus
2
-16
/
+7
2009-01-02
Removed bonuses from Novice Armlet. C'mon guys. :(
L0ne_W0lf
2
-1
/
+3
2009-01-01
Changes from Chapter 11:
Kisuka
4
-33
/
+26
2008-12-31
* Changes to the script engine:
FlavioJS
3
-177
/
+219
2008-12-30
* Changes to the script engine:
FlavioJS
5
-49
/
+75
2008-12-30
Removed a trailing argument left in r13420
sketchyphoenix
1
-1
/
+1
2008-12-30
Marked new Morroc fields as nomemo.
L0ne_W0lf
2
-0
/
+4
2008-12-29
Fixed Econ values in agit_template. Commited by accident, as it's not finished.
L0ne_W0lf
2
-21
/
+13
2008-12-29
- Corrected issues with the Keil Hyre quest. (bugreport:2511)
L0ne_W0lf
7
-136
/
+162
2008-12-29
Fixed broken card insert code (bugreport:2606).
ultramage
1
-1
/
+5
2008-12-29
* Added missing command #delitem.
sketchyphoenix
3
-10
/
+90
2008-12-28
Corrected typo in @adjcmdlvl's parameter check.
sketchyphoenix
1
-1
/
+1
2008-12-28
Cleaned up code for inserting cards into items.
ultramage
2
-40
/
+38
[prev]
[next]