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-08-15
Split off mapreg code from script.c
ultramage
8
-328
/
+542
2008-08-15
* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the thres...
sketchyphoenix
3
-4
/
+4
2008-08-12
Now using proper enum type for mob skill state tracking.
ultramage
2
-18
/
+17
2008-08-12
Added updated client effects list.
ultramage
1
-36
/
+42
2008-08-11
Fixed right-click npc unload not unloading duplicates (bugreport:2014)
ultramage
1
-0
/
+3
2008-08-10
Some skill corrections based on bugreport:1945
ultramage
1
-2
/
+1
2008-08-10
Some small code cleaning
ultramage
4
-118
/
+149
2008-08-09
Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ...
ultramage
1
-1
/
+1
2008-08-09
Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c...
ultramage
1
-5
/
+5
2008-08-09
Fixed @noks leaking internal buffer contents (bugreport:1528).
ultramage
1
-0
/
+2
2008-08-09
Now Novices without lvl5 basic skill can be partied (bugreport:1131).
ultramage
1
-14
/
+0
2008-08-09
Fixed login printing raw passwdenc passwords to console (bugreport:826).
ultramage
6
-35
/
+55
2008-08-07
* Added another GM trust config for party invitations (bugreport:2004)
sketchyphoenix
3
-1
/
+14
2008-08-04
- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis...
zephyrus
3
-38
/
+51
2008-08-04
Fixed an ancient sql query typo (bugreport:1979)
ultramage
1
-1
/
+1
2008-08-04
Corrected project files / makefiles that were missing newly added .c file ent...
ultramage
2
-25
/
+77
2008-08-04
Fixed an auth bug in txt charserver (caused by r12579, followup to r12609)
ultramage
1
-1
/
+1
2008-08-04
Added configs for quest table name adjustment (bugreport:1778)
ultramage
1
-0
/
+4
2008-08-03
Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou...
ultramage
1
-0
/
+2
2008-08-02
Player shops will not close on death anymore (bugreport:1955).
ultramage
1
-4
/
+0
2008-08-02
Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...
ultramage
4
-4
/
+5
2008-08-01
Disabled the gm-hide namerequest cheat detection, uncomment if you know what ...
ultramage
1
-18
/
+15
2008-08-01
Removed unused guardian hp columns from the guild castles table in main.sql (...
ultramage
6
-10
/
+11
2008-07-31
Quagmire now will affect boss monsters, but more info is required to code the...
shadow
1
-1
/
+0
2008-07-31
Corrected one wrong config option name causing db connection problems (follow...
ultramage
1
-1
/
+1
2008-07-31
@autoloot and @autolootitem can now be used together for more precise looting...
ultramage
1
-12
/
+1
2008-07-31
Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...
ultramage
7
-11
/
+11
2008-07-31
Removed the mob controller system, now a customization (see topic:194375).
ultramage
9
-349
/
+6
2008-07-30
Small cleanup of script.c
ultramage
1
-65
/
+26
2008-07-30
Fixed TXT storage code handling storage incorrectly (bugreport:1928)
ultramage
1
-8
/
+4
2008-07-30
AccountDB_TXT will now correctly read inconsistent EOLs (bugreport:1934)
ultramage
1
-3
/
+3
2008-07-30
Removed the IRC bot system, now a customization (see topic:194306)
ultramage
8
-626
/
+2
2008-07-29
- Fixed a bug with Status Resist Potion.
zephyrus
2
-1
/
+2
2008-07-29
Renamed struct 'skill' to 's_skill' to remove naming collisions.
ultramage
6
-20
/
+33
2008-07-29
Fixed Sql object not initializing default values properly.
ultramage
1
-1
/
+6
2008-07-28
Fixed loginlog not reading database config settings (followup to r13005).
ultramage
1
-5
/
+5
2008-07-27
Added code to md5 password received from charserver before comparing them wit...
ultramage
1
-0
/
+2
2008-07-27
Fixed md5 passwords not working
ultramage
1
-1
/
+1
2008-07-27
Cleaned up several poorly chosen loginlog variable names.
ultramage
2
-29
/
+23
2008-07-27
* Removed some leftover code that shouldn't have been merged
ultramage
1
-3
/
+2
2008-07-27
* Fixed a memory leak in mmo_auth_tosql (extra sql statement being allocated).
FlavioJS
1
-1
/
+0
2008-07-27
* Added missing option 'log_db_db' to loginlog_config_read(loginlog_sql.c).
FlavioJS
2
-0
/
+4
2008-07-26
Merged the /loginmerge branch (topic:192754)
ultramage
63
-14380
/
+3907
2008-07-26
Partially reverted the timer code changes from r12926 - r12969.
ultramage
2
-225
/
+110
2008-07-26
Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...
ultramage
11
-70
/
+71
2008-07-26
- Implemented official Convex Mirror (With help of Yomanda and Sirius White)
zephyrus
9
-8
/
+148
2008-07-22
Fixed a bug in the npc shop code, where requesting an item that wasn't on the...
ultramage
2
-63
/
+83
2008-07-20
ops ('|'->'&' in delete_timer debug code)
FlavioJS
1
-1
/
+1
2008-07-20
* Simplified the search in pop_timer_heap and added more debug info to help d...
FlavioJS
2
-10
/
+32
2008-07-20
Corrected #storagelist target typo (bugreport:1873)
sketchyphoenix
1
-1
/
+1
[next]