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
/
map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-01
Fixed bugreport:5889 GC_ROLLINGCUTTER range and behavior are now updated.
rud0lp20
1
-0
/
+1
2012-05-11
* Merged changes up to eAthena 15094.
eathenabot
1
-52
/
+26
2012-05-03
Regularized file not found error messages.
xazax-hun
1
-1
/
+1
2012-05-02
Updated load order so that map server's console display order is preserved
shennetsind
1
-1
/
+1
2012-04-29
- Removed leftover TXT configs, follow-up to r15503.
brianluau
1
-3
/
+3
2012-04-29
A minor memory improvement, and some curly brace love.
shennetsind
1
-9
/
+12
2012-04-29
Yet another performance improvement: Shut Down processing is now about to 7 t...
shennetsind
1
-9
/
+11
2012-04-29
reasonably-sized performance improvement: @reloadscript is about to 3 times f...
shennetsind
1
-1
/
+1
2012-04-25
* Code consistency updates. No functional changes. Credits to Lighta.
xazax-hun
1
-1
/
+1
2012-04-22
Fixed bugreport:5604 Firewalk and Electric Walk now function properly.
shennetsind
1
-5
/
+19
2012-04-20
Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...
shennetsind
1
-1
/
+10
2012-04-09
- Spring cleaning of various source files
epoque11
1
-1
/
+1
2012-03-23
Fixed bugreport:3574 Ice Walls finally are able to stop mobs chasing caster, ...
shennetsind
1
-3
/
+3
2012-03-23
Fixed bugreport:1017 a item dropping over a ice-wall-occupied cell is no long...
shennetsind
1
-3
/
+5
2012-03-22
Rehashed Item_delay.txt (bugreport:5487)
shennetsind
1
-0
/
+3
2012-03-22
Fixed bugreport:5356 Shadow Shaser's Shadow Form. Skill now redirects damage ...
shennetsind
1
-0
/
+17
2012-03-22
Fixed Mechanic Stealth Field to move accordingly and grant proper effect
shennetsind
1
-0
/
+3
2012-03-22
Fixed bugreport:5357 Neutral Barrier is now working accordingly.
shennetsind
1
-6
/
+10
2012-03-18
Added Official Guild Aura Implementation bugreport:667
shennetsind
1
-13
/
+24
2012-03-14
Fixed Nick DB code using uninitialized data (bugreport:5439).
gepard1984
1
-3
/
+1
2012-03-13
Enhanced `DBMap` implementation to allow storing integer type data in additio...
gepard1984
1
-19
/
+37
2012-03-09
Code cleanup: replaced `DBIterator` function calls with macros where possible.
gepard1984
1
-5
/
+4
2012-02-22
Fixed Royal Guard's Banding skill & icon activation (bugreport:5210)
xantara
1
-0
/
+2
2012-02-18
Initial Support for Shura and a few adjustments here and there.
shennetsind
1
-0
/
+67
2012-02-17
Initial support for Shadow Chaser and a few adjustments here and there.
shennetsind
1
-0
/
+3
2012-02-16
- Removed outdated version number handling (follow-up to r11503).
gepard1984
1
-5
/
+3
2012-02-08
* item_trade.txt is split into re and pre-re folder as per Kenpachi's request.
xazax-hun
1
-1
/
+1
2012-01-31
Added proper `mob_delete_timer` (dynamic mobs feature) cleanup on map-server ...
gepard1984
1
-0
/
+2
2012-01-30
- Removed more trailing tabs.
brianluau
1
-2
/
+2
2012-01-30
- Removed trailing tabs, and fixed some spacing.
brianluau
1
-2
/
+2
2012-01-20
Merged TXT removal branch back to trunk.
gepard1984
1
-15
/
+1
2012-01-17
Enabled Mersenne Twister MT19937 as random number generator instead of standa...
gepard1984
1
-7
/
+8
2012-01-04
Re-designed /db/ folder structure as previously discussed.
shennetsind
1
-0
/
+6
2012-01-01
Added new @/# command aliases pattern, all aliases can now be modified/added/...
shennetsind
1
-1
/
+0
2011-12-27
* Merged changes up to eAthena 15050.
eathenabot
1
-10
/
+33
2011-12-18
mob_read_sqlskilldb func [CalciumKid]
calciumkid
1
-0
/
+2
2011-12-15
BuildBot console report code
shennetsind
1
-0
/
+4
2011-12-14
Added support for item_db_re table renaming in inter_athena.conf
shennetsind
1
-0
/
+3
2011-12-09
- Updated some URLs.
brianluau
1
-3
/
+3
2011-12-09
Battlegrounds bug fix, bugreport:4996
shennetsind
1
-0
/
+2
2011-12-05
Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...
shennetsind
1
-54
/
+102
2011-09-08
* Fix C++ compilation issues.
flaviojs
1
-4
/
+4
2011-08-10
- Commiting a bunch of cleanups piled up from the past few weeks/months/years.
Skotlex
1
-1
/
+1
2011-07-06
* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of...
flaviojs
1
-1
/
+1
2011-07-02
* Random updates to instance system.
ai4rei
1
-3
/
+1
2011-06-30
Replaced custom type 'intptr' with standard 'intptr_t'.
ultramage
1
-3
/
+3
2011-06-16
* Merges from charmerge:
flaviojs
1
-1
/
+28
2011-05-14
* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...
ai4rei
1
-1
/
+1
2011-05-14
* Random accumulated bits and pieces.
ai4rei
1
-2
/
+24
2011-05-01
* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...
ai4rei
1
-1
/
+1
[next]