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-23
- Some stuff i forgot for char_sql. Bug Report 2112.
zephyrus
1
-4
/
+4
2008-08-23
- Completed Mercenary Create, Delete, Save. Tests OK.
zephyrus
12
-158
/
+315
2008-08-23
- Added column `mer_id` on char_db
zephyrus
6
-34
/
+103
2008-08-23
- Mercenary Packets (Server to Client). Still need a little more info.
zephyrus
11
-35
/
+374
2008-08-22
- Mercenary data structures.
zephyrus
5
-3
/
+44
2008-08-22
- Mercenary Database Reading.
zephyrus
2
-0
/
+184
2008-08-22
- Ups. I forget this merge about Basilica (caster cannot walk).
zephyrus
1
-0
/
+1
2008-08-21
- Big update to Basilica, implementing official behavior.
zephyrus
5
-52
/
+74
2008-08-21
- Fixed a bug. Warp portal cannot be casted on dead players.
zephyrus
1
-4
/
+5
2008-08-21
Deleted zombie extern variable declaration which was causing a "static declar...
ultramage
1
-2
/
+0
2008-08-20
- New invisible walls system (for WOE SE and Battlegrounds).
zephyrus
4
-1
/
+218
2008-08-20
- More cleanup of Barricades (final i think)
zephyrus
3
-3
/
+3
2008-08-20
- Do not trigger event if killed by script at all.
zephyrus
1
-11
/
+11
2008-08-20
* Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick.
L0ne_W0lf
2
-2
/
+68
2008-08-20
- Removed my barricade implementation. Not required in WoE SE.
zephyrus
8
-308
/
+0
2008-08-20
- Fixes on schg_cas02 and arug_cas01.txt
zephyrus
1
-17
/
+26
2008-08-19
* Fixed a storage saving issue with txt charserver (bugreport:2084)
ultramage
5
-88
/
+102
2008-08-19
* Added global sql settings 'sql.*' to inter_athena.conf.
FlavioJS
7
-233
/
+421
2008-08-18
Fixed incorrect array capacity / format string for txt mapreg loading code.
ultramage
1
-1
/
+1
2008-08-18
Merged a critical fix to charserver online tracking code (see r13087).
ultramage
1
-1
/
+1
2008-08-17
Fixed some messed up operator priority in the mapreg code (bugreport:2078).
ultramage
2
-12
/
+12
2008-08-17
** Please update your server ASAP. **
zephyrus
2
-9
/
+11
2008-08-15
Some cleaning in script.c
ultramage
4
-177
/
+152
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
[next]