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
2007-01-07
Undid the memset->malloc_set replacement
ultramage
1
-15
/
+15
2007-01-07
- re-added the duplicit nj/gs name messages in msg_athena
ultramage
1
-4
/
+4
2006-12-31
- Updated getitem and guardian entries in script_commands.txt.
FlavioJS
1
-62
/
+120
2006-12-28
- Part 3 of TheUltraMage's socket cleanup.
FlavioJS
1
-35
/
+90
2006-12-27
- Applied Rayce's suggestion to improve the script hash size usage. eA now us...
skotlex
1
-18
/
+45
2006-12-26
- Cleaned up some more the code so it works for -DTURBO
skotlex
1
-22
/
+19
2006-12-25
- a couple of warnings fixed
FlavioJS
1
-1
/
+1
2006-12-25
- Fixed buildin_getscrate, thanks Trancid.
FlavioJS
1
-1
/
+1
2006-12-25
- Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/bo...
FlavioJS
1
-192
/
+214
2006-12-23
- Fallback for parenthesis argument lists in the script engine. "func (exp) ,...
FlavioJS
1
-2
/
+11
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-2
/
+1
2006-12-22
- Simplified the global function "getJobName"
skotlex
1
-17
/
+4
2006-12-22
- Change strncpy to memcpy when parsing switches in the script engine since i...
FlavioJS
1
-38
/
+39
2006-12-21
- Applied Rayce's suggestions and fixes to the script engine (http://www.eath...
skotlex
1
-6
/
+17
2006-12-21
- Changed a certain snprintf to strncpy, you really really really REALLY shou...
skotlex
1
-1
/
+1
2006-12-21
- readded the >=0x81 equivalent until I figure out where the script engine is...
FlavioJS
1
-2
/
+6
2006-12-21
- Moved md5calc to common
FlavioJS
1
-20
/
+19
2006-12-20
- Added an answer to a FlavioJS's comment, and added a question myself (npc.c...
skotlex
1
-1
/
+1
2006-12-20
- Now root script functions calls can have parenthesis (will take any parenth...
FlavioJS
1
-42
/
+60
2006-12-20
- Replaced our fix for "mes ();" crashing by jA's version. see trunk[8867] an...
FlavioJS
1
-59
/
+97
2006-12-20
- Changed the script source from unsigned char* to const char*.
FlavioJS
1
-251
/
+234
2006-12-20
- Fixed SC_STRIPWEAPON failing on two-handed weapons.
skotlex
1
-0
/
+8
2006-12-19
- Fixed the setting hom_setting not being read at all.
skotlex
1
-5
/
+2
2006-12-14
- Added function skill_strip to handle stripping code. The RG strip skills an...
skotlex
1
-1
/
+1
2006-12-12
- Modified the skill damage packet and the knockback packets to mimic aegis s...
skotlex
1
-2
/
+2
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
[next]