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
/
map
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-03
NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall.
ultramage
1
-2
/
+2
2008-05-02
* Fixed missing iterator destruction in the map_foreach* functions (followup ...
FlavioJS
1
-2
/
+5
2008-05-02
* Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539)
FlavioJS
1
-0
/
+9
2008-05-02
* Changes to map_foreach* functions:
FlavioJS
5
-32
/
+80
2008-05-02
Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...
ultramage
11
-73
/
+67
2008-05-01
Replaced the integers+checking approach in r12679 with usage of floating poin...
ultramage
6
-16
/
+17
2008-05-01
Implemented get_percentage() for compact and safe calculation of percentual v...
ultramage
8
-32
/
+22
2008-05-01
Quest packet typo.
Kevin
1
-1
/
+1
2008-04-27
fixing some timestamp type difference warnings...
ultramage
1
-2
/
+2
2008-04-27
Removed the calc_times() no-op (bugreport:1289)
ultramage
1
-1
/
+1
2008-04-27
Corrected r12662 where a guild break would trigger the OnGuildBreak event for...
ultramage
2
-8
/
+8
2008-04-27
Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...
ultramage
12
-214
/
+57
2008-04-27
Fixed 'suggest parentheses around assignment ...' gcc warning
toms
1
-1
/
+1
2008-04-27
<3 Cake
Kevin
1
-1
/
+4
2008-04-27
Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...
Kevin
6
-46
/
+46
2008-04-27
Some major changes to @reloaditemdb to allow unloading of any item while map ...
Kevin
8
-28
/
+188
2008-04-26
Added script function hasquest.
Kevin
3
-0
/
+23
2008-04-26
Uncommented and cleaned up the OnGuildBreak code.
Kevin
1
-6
/
+4
2008-04-26
Cleaned up auth system after change back to map server request.
Kevin
1
-38
/
+6
2008-04-25
Fixed bugreport:1223 (Invalid Items In Shops Are Processed Incorrectly)
toms
1
-1
/
+1
2008-04-25
* Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (o...
toms
1
-18
/
+24
2008-04-23
Changed @reloaditemdb again to only unload items from item_db2. Also byte ali...
Kevin
2
-14
/
+31
2008-04-23
* Fixed script strings not being handled properly (only skipped the \).
FlavioJS
1
-1
/
+10
2008-04-23
* Script parse errors displayed with one ShowError instead of several ShowMes...
FlavioJS
2
-15
/
+18
2008-04-22
Changed itemdb_reload to clear the database before reloading, so it is possib...
Kevin
1
-1
/
+11
2008-04-21
* Changed the data field of timers from int to intptr.
FlavioJS
25
-91
/
+91
2008-04-21
* Changed Sacrifice status to end on caster's death, not at 25% HP.
L0ne_W0lf
1
-12
/
+8
2008-04-21
Made some cleanup in changesex
toms
2
-12
/
+6
2008-04-20
* Several updates from Trunk
zephyrus
2
-2
/
+2
2008-04-19
Fixed a bug in (init/start/stop)npctimer
toms
1
-28
/
+45
2008-04-18
fixed mapserv crash (divide by zero in Earthquake)
Lupus
1
-1
/
+4
2008-04-18
* Fixed a bug when unloading a npc near a shop.
toms
1
-25
/
+36
2008-04-18
Implemented config setting 'vending_over_max', to let people configure the be...
ultramage
3
-0
/
+8
2008-04-16
Fixed an issue in r12575 where 'not setting char offline when going from maps...
ultramage
2
-3
/
+3
2008-04-15
Use the same code for script commands getitem & getitem2 as @item to avoid bu...
toms
1
-12
/
+42
2008-04-15
Used a forward declaration of the struct quest instead of including mmo.h
toms
1
-1
/
+2
2008-04-15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
ultramage
7
-271
/
+128
2008-04-14
Some more updates to the quest log system. It has been completely moved to th...
Kevin
5
-29
/
+39
2008-04-13
Major updates to the quest system.
Kevin
4
-8
/
+141
2008-04-13
Added an include in clif.h to avoid a complaint of gcc
toms
1
-1
/
+1
2008-04-13
* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:
FlavioJS
1
-13
/
+61
2008-04-13
Changed LOG_ALL definition to really log everything
toms
1
-11
/
+14
2008-04-11
- Added code to remove a trap when it dies.
zephyrus
1
-10
/
+24
2008-04-11
The max_account_id packetver detection mechanism will never cause any connect...
ultramage
3
-20
/
+4
2008-04-11
Changed eol-style to native for these files.
Kevin
2
-157
/
+157
2008-04-11
Finished most of the quest log code, still bits here and there but it's usabl...
Kevin
3
-8
/
+90
2008-04-11
Some quest log changes and removed one of the set char offline calls that was...
Kevin
2
-1
/
+4
2008-04-11
More questlog code.
Kevin
7
-4
/
+164
2008-04-11
- Fixed a bug in de-adopt code (parent skills need to be removed).
zephyrus
1
-0
/
+2
2008-04-10
Crash fix for (r12552).
Kevin
2
-1
/
+14
[next]