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
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
Fixed npc commands atcommand & charcommand not working with a custom command_...
toms
1
-8
/
+8
2006-12-05
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...
FlavioJS
1
-12
/
+12
2006-12-04
- Repairing items via scripts no longer displays "item has been repaired"
skotlex
1
-1
/
+0
2006-12-03
- Removed sd->sex since it's redundant (we can always use sd->status.sex)
skotlex
1
-2
/
+0
2006-12-03
* Added buildin_checkvending and buildin_checkchatting.
Lance
1
-0
/
+37
2006-12-02
- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks a...
skotlex
1
-4
/
+4
2006-12-01
- Fixed txt-converter compilation.
skotlex
1
-4
/
+4
2006-12-01
Minor tweak in
Lance
1
-1
/
+1
2006-11-29
- Added overflow protection to @main whisper parsing.
skotlex
1
-30
/
+30
2006-11-24
- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...
skotlex
1
-16
/
+19
2006-11-24
* Completed Reddozen's hanging mapwarp code to support party and old syntax.
Lance
1
-17
/
+32
2006-11-20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9269 54...
Lance
1
-4
/
+4
2006-11-20
- atcommand and charcommand backwards compatibility
Lance
1
-4
/
+26
2006-11-20
- Removed security check since source level patch is applied. Reverted select...
Lance
1
-1
/
+48
2006-11-19
* Hack protection from packet monkeys in clif_parse_NpcSelectMenu.
Lance
1
-2
/
+12
2006-11-19
* Added 'cancel' button parsing in buildin_select menu system. Now scripts wi...
Lance
1
-11
/
+13
2006-11-17
* Fixed potential crash in IRC processing message with '%' using *printf.
Lance
1
-16
/
+16
2006-11-16
* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...
Lance
1
-4
/
+4
2006-11-14
- Characters with Karma may fight amongst them anywhere.
skotlex
1
-2
/
+17
2006-11-10
- Fixed some line delimiter issues in script.c
skotlex
1
-42
/
+42
2006-11-07
- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...
skotlex
1
-4
/
+3
2006-11-06
- Ganbantein's delay is now 2 secs.
skotlex
1
-23
/
+29
2006-11-06
* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it cau...
Lance
1
-1
/
+2
2006-11-04
a couple new script commands [Reddozen]
reddozen
1
-20
/
+75
2006-10-30
Fixed getcharid according to samples and docs
Lupus
1
-2
/
+2
2006-10-23
- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...
skotlex
1
-2
/
+2
2006-10-20
- Fixed Charge Atk being able to go through chasm/pits.
skotlex
1
-6
/
+6
2006-10-19
- Cleaned up the log.c file.
skotlex
1
-20
/
+20
2006-10-11
- Cleaned up unitattack, unittalk and unitdeadsit
skotlex
1
-47
/
+16
2006-10-10
- Should have fixed being petrified not reducing your defense and increaseing...
skotlex
1
-2
/
+2
2006-10-03
- Reverted declaration of run_script to normal since it appears there's no lo...
skotlex
1
-11
/
+5
2006-10-02
- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...
skotlex
1
-3
/
+6
2006-09-30
- Rewrote the txt->sql converter. It now links directly to the char server fi...
skotlex
1
-1
/
+1
2006-09-28
- Merged the necessary changes to make the script engine support negative con...
skotlex
1
-3
/
+5
2006-09-25
- Merged FlavioJS's script patch which should fix stuff like "mes ();" causin...
skotlex
1
-1
/
+9
2006-09-22
- Fixed a bug on "select" when skipping empty entries when the selected entry...
skotlex
1
-1
/
+1
2006-09-19
- Added support for skipping empty string menu entries for the select() comma...
skotlex
1
-1
/
+6
2006-09-19
- Corrected undisguise not working if you don't pass any parameters to it (wh...
skotlex
1
-1
/
+1
2006-09-19
- Made the report_Src function also report name of non-bl objects.
skotlex
1
-3
/
+9
2006-09-13
- Modified the nocommand mapflag so you can specify the GM range that is bloc...
skotlex
1
-2
/
+2
2006-09-11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54...
Lupus
1
-8
/
+7
2006-09-05
- Corrected SC_INTRAVISION not starting.
skotlex
1
-12
/
+9
2006-09-04
- Should have fixed "sleep", thanks to Lance for figuring out the error.
skotlex
1
-2
/
+2
2006-09-04
- Some cleanup of how mobcount works.
skotlex
1
-6
/
+3
2006-09-01
The Clearing unused stack report will now print the related NPC
toms
1
-2
/
+5
2006-08-31
- Fixed @summon's delete timer being screwed up.
skotlex
1
-9
/
+11
2006-08-27
* Optional macro MEMSET_TURBO for faster low-level memory initializations.
Lance
1
-16
/
+16
2006-08-25
- Oops, forgot to even try to compile the previous update.
skotlex
1
-0
/
+2
2006-08-25
- Added script commands roclass/eaclass to enable scripts to access eA's job ...
skotlex
1
-0
/
+38
2006-08-24
- script command "isrefine" will no longer return always false for equip posi...
skotlex
1
-1
/
+1
[next]