index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-30
Fixed (bugreport:5662) base experience rewards.
mandark022
1
-6
/
+7
2012-04-30
- Fixed compilation errors due to unnamed argument in npc_unload (bugreport:5...
epoque11
1
-1
/
+1
2012-04-30
- Amended the permanent NPC variable instance system to utilise the same allo...
epoque11
1
-4
/
+2
2012-04-30
- Fixed NPC instance variables not being passed through to callfunc; or calls...
epoque11
1
-4
/
+10
2012-04-30
- Removed copyarray; functionality when running set; or assigning variables (...
epoque11
1
-2
/
+4
2012-04-30
- Updated Novice WoE script, follow-up to r15657 (bugreport:5653)
brianluau
1
-5
/
+5
2012-04-29
- Updated the unit engine to cache attacker count rather than utilise CPU int...
epoque11
6
-76
/
+61
2012-04-29
Fixed bugreport:5668 delayed consumption items are no longer usable while sit...
shennetsind
1
-3
/
+6
2012-04-29
- Removed leftover TXT configs, follow-up to r15503.
brianluau
6
-55
/
+12
2012-04-29
A minor memory improvement, and some curly brace love.
shennetsind
3
-18
/
+18
2012-04-29
- Removed some leftover svn:ignore properties, follow-up to r15503.
eathenabot
0
-0
/
+0
2012-04-29
Yet another performance improvement: Shut Down processing is now about to 7 t...
shennetsind
3
-28
/
+17
2012-04-29
Follow up r16004 >_<" some not-supposed-to-be-comitted debug messages slipped...
shennetsind
1
-19
/
+11
2012-04-29
reasonably-sized performance improvement: @reloadscript is about to 3 times f...
shennetsind
6
-30
/
+34
2012-04-29
- Fixed a missing variable storage allocation resulting in NPC variables not ...
epoque11
1
-1
/
+1
2012-04-29
- Fixed a map-server crash when script variable storage reference is NULL (bu...
epoque11
1
-2
/
+8
2012-04-29
Happy 1000th commit rAthena!
epoque11
1
-1
/
+1
2012-04-29
- Fixed a spelling and grammar typo in quests_13_2.txt (bugreport:5665)
brianluau
1
-1
/
+1
2012-04-28
- Fixed an issue with the instance variable storage system never being initia...
epoque11
4
-34
/
+18
2012-04-28
- Updated the script engine to make use of the DBMap* structure for storing v...
epoque11
8
-92
/
+72
2012-04-28
Fixed (bugreport:5661) - Thanks to Toshiro
og2
1
-38
/
+36
2012-04-28
- Updated the script engine to store references to important re-used methods ...
epoque11
1
-53
/
+76
2012-04-28
- Set svn:eol-style=native on text files.
brianluau
0
-0
/
+0
2012-04-27
- Fixed typo for the -- operator (follow-up to r15982)
epoque11
1
-1
/
+1
2012-04-27
- Updated script documentation to reflect changes applied in r15979, r15981 a...
epoque11
1
-0
/
+54
2012-04-27
- Added initial support for direct variable assignment (allows assigning valu...
epoque11
2
-5
/
+190
2012-04-26
- Follow-up to r15979, updated parse_simpleexpr to parse direction function i...
epoque11
2
-0
/
+19
2012-04-26
- Added support for scripts to call user-defined functions without the use of...
epoque11
1
-2
/
+15
2012-04-25
Follow up r15975. Fixed warning on elemental.c. (bugreport:5637)
greenboxal2
1
-0
/
+1
2012-04-25
* Replaced rand() calls with rnd().
xazax-hun
5
-32
/
+32
2012-04-25
* Code consistency updates. No functional changes. Credits to Lighta.
xazax-hun
10
-152
/
+157
2012-04-25
Fixed bugreport:4468 Frost Nova freeze chance has been updated to meet its re...
shennetsind
1
-0
/
+8
2012-04-25
Fixed Wall of Thorn skill, all of its conditions should now be met.
shennetsind
2
-24
/
+51
2012-04-25
Fixed bugreport:5624 Thorn Trap 'immobilization' effect should now be working...
shennetsind
1
-0
/
+1
2012-04-25
Minor performance improvement on script function is_function -- replaced strd...
shennetsind
1
-3
/
+3
2012-04-25
Removed pc_cant_newmount since it has been proved newer clients still support...
shennetsind
4
-26
/
+2
2012-04-25
Fixed warning on mob.c.
greenboxal2
1
-1
/
+1
2012-04-24
- Some more 1st Class Platinum Skill NPC optimizations.
masao87
4
-14
/
+14
2012-04-24
Updated locations for colored Butterfly Wings (14582-14585) to official.
kenpachi2k11
1
-28
/
+28
2012-04-24
Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...
greenboxal2
5
-9
/
+10
2012-04-23
- Follow up r15949 .
masao87
3
-113
/
+100
2012-04-23
- Updated 1st class platinum skill NPC's.
masao87
7
-1121
/
+1208
2012-04-23
really minor performance improvement on skill_check_condition_castbegin vs a ...
shennetsind
1
-27
/
+24
2012-04-23
Follow up r15936 Fixed crash when sc_increaseagi would be cast on non-players.
shennetsind
1
-1
/
+1
2012-04-23
Add ENABLE_EXTRA_BUILDBOT_CODE to CMakeLists.txt
flaviojs
1
-0
/
+10
2012-04-22
* Fixed (bugreport:5589)
cleaverbeaver
1
-1
/
+7
2012-04-22
- Fixed Emergency Call (bugreport:3291) so that it does not recall dead guild...
xantara
1
-1
/
+1
2012-04-22
Fixed bugreport:5599 magic damage reduction formula were wrong.
greenboxal2
1
-1
/
+1
2012-04-22
* Merged changes up to eAthena 15090.
eathenabot
2
-4
/
+4
2012-04-22
* Merged changes up to eAthena 15088.
eathenabot
1
-1
/
+1
[next]