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
2009-03-08
* Fixed a couple bugs with marionette control
ultramage
3
-143
/
+59
2009-03-08
Added several mail id checks to prevent a map server crash (bugreport:2837).
ultramage
1
-3
/
+16
2009-03-04
Fixed a crash if for some reason a mob uses Blade Stop.
ultramage
1
-1
/
+1
2009-03-04
Small edits to battleground code (bugreport:2816)
ultramage
10
-490
/
+427
2009-03-03
Removed the Blade Stop range check against players.
ultramage
1
-1
/
+1
2009-03-02
Partial revert of r13556. The client doesn't handle active skills with 0 sp c...
ultramage
1
-1
/
+1
2009-03-02
Blade Stop status no longer prevents item use and equip changing.
ultramage
2
-4
/
+4
2009-03-02
Just some generic cleanups.
ultramage
4
-34
/
+31
2009-03-01
Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...
shadow
3
-2
/
+5
2009-03-01
Ankle Snare cannot be knocked back anymore (bugreport:2804).
ultramage
1
-0
/
+2
2009-02-26
- Second Part of BattleGround Implementation.
zephyrus
2
-0
/
+412
2009-02-26
- Fixed item Nemesis.
zephyrus
18
-214
/
+1021
2009-02-25
* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...
FlavioJS
1
-1
/
+1
2009-02-25
- Bugreport #2800 ( Atcommands usables without restriction :S )
zephyrus
2
-5
/
+2
2009-02-24
Replaced giving dummy sd gm levels in script commands atcommand and charcomma...
sketchyphoenix
2
-3
/
+2
2009-02-23
* Consolidated is_atcommand() and is_atcommand_sub()
sketchyphoenix
5
-113
/
+100
2009-02-23
* Made mob_timer_delete check the deletetimer in the mob.
FlavioJS
3
-7
/
+26
2009-02-23
* Made mob_delayspawn check the spawn_timer in the mob.
FlavioJS
1
-4
/
+24
2009-02-20
Increased variable size for status/skill points to remove the 65k cap (bugrep...
ultramage
6
-67
/
+28
2009-02-20
* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...
FlavioJS
1
-1
/
+9
2009-02-19
* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...
FlavioJS
2
-22
/
+16
2009-02-16
Fixed card remover commands not preserving item rental time.
ultramage
1
-2
/
+2
2009-02-12
Applied patch to getitem2/delitem2 to handle charid embedding correctly (bugr...
ultramage
1
-14
/
+14
2009-02-06
* Follow up to r13485. (bugreport:2741)
FlavioJS
2
-9
/
+10
2009-02-06
Yet another fix to r13503 - dangling player chatroom pointer in id_db (bugrep...
ultramage
1
-0
/
+1
2009-02-02
Fixing r13503...
ultramage
3
-4
/
+12
2009-01-31
Added skillunit_db for efficient execution of skill_unit_timer() (followup to...
ultramage
1
-11
/
+11
2009-01-31
objects[] array removal (bugreport:2559)
ultramage
4
-133
/
+48
2009-01-29
Fixed mob_spawn_dataset() not initializing the spawn_timer variable (followup...
ultramage
1
-0
/
+1
2009-01-29
- Fixed a little spawn_timer bug. Discovered with a previous fix from ultrama...
zephyrus
1
-10
/
+8
2009-01-25
- Implemented monster skill "Full Heal" NPC_ALLHEAL.
zephyrus
2
-3
/
+17
2009-01-25
- Ops... missing var from my source. Sorry.
zephyrus
1
-1
/
+1
2009-01-25
- Implemented new Pet Bonus System. Enjoy!! :D
zephyrus
8
-77
/
+156
2009-01-25
- Implemented new item bonus scripts required for battlegrounds.
zephyrus
8
-137
/
+267
2009-01-24
* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)
FlavioJS
1
-18
/
+28
2009-01-24
* Changed the variables of the mapcache structs to fixed size equivalents. (6...
FlavioJS
3
-50
/
+51
2009-01-24
* Changed all uses of struct skill_unit_group* to group_id in status_change_e...
FlavioJS
5
-17
/
+49
2009-01-23
* Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids.
FlavioJS
1
-1
/
+21
2009-01-23
Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...
ultramage
3
-5
/
+6
2009-01-22
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...
FlavioJS
5
-16
/
+14
2009-01-21
* Added a limit of 1MB of pending data in the write fifo for non-server socke...
FlavioJS
1
-1
/
+11
2009-01-21
Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it).
ultramage
1
-2
/
+2
2009-01-21
* Replaced the fake timer heap (sorted array) with a real heap. (improves per...
FlavioJS
1
-98
/
+38
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
1
-0
/
+206
2009-01-20
Fixed pc_statusup2 to correctly update the client's stat window
ultramage
1
-38
/
+66
2009-01-20
Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...
ultramage
1
-1
/
+1
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
6
-14
/
+39
2009-01-15
Updated script_commands.txt with the book reading command info.
sketchyphoenix
1
-4
/
+6
[next]