index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
atcommand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-03
- Corrected @whomap directly invoking msg_table[] rather than msg_txt()
skotlex
1
-3
/
+3
2006-04-29
Added @noask command: enable/disable deals/invites autorejecting.
LuzZza
1
-0
/
+23
2006-04-29
* Using malloc for memory allocations that doesn't need to be pre-initialized.
Lance
1
-3
/
+3
2006-04-28
- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has...
skotlex
1
-1
/
+1
2006-04-28
- Storm Kick's range increased to 2.
skotlex
1
-1
/
+1
2006-04-27
- Small change in @commands, may fix the null-pointer error.
skotlex
1
-1
/
+1
2006-04-27
- Small change in the pet_ai that should stop the "strange" catch-up behaviou...
skotlex
1
-1
/
+1
2006-04-27
- Now when you do @baselevel to reduce your level and you don't have enough s...
skotlex
1
-0
/
+2
2006-04-27
- Added at command @commands, displays the list of commands available to you.
skotlex
1
-0
/
+35
2006-04-27
- Fixed base-level up @ command giving stat points instead of taking them awa...
skotlex
1
-1
/
+1
2006-04-24
- Cleaned up @grind2
skotlex
1
-7
/
+9
2006-04-20
- Raised the buffer size in clif_MainChatMessage to 200, removed the message ...
skotlex
1
-3
/
+0
2006-04-20
- Added support for n to specify minutes to @charban.
skotlex
1
-1
/
+1
2006-04-19
- Removed the max cap of autoloot so you are now allowed to set autoloot valu...
skotlex
1
-2
/
+1
2006-04-18
- Removed message 592 from trade.c
skotlex
1
-3
/
+1
2006-04-17
- Changed the npc_id mismatch warning to be more informative.
skotlex
1
-26
/
+12
2006-04-16
- Fixed mysql ping setting being in minutes rather than hours.
skotlex
1
-2
/
+4
2006-04-13
- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
skotlex
1
-17
/
+19
2006-04-13
- Cleaned atcommand_param against overflows and also to make it standard C so...
skotlex
1
-17
/
+26
2006-04-09
- Modified @warp/@rura to prevent causing pc_setpos position error messages.
skotlex
1
-23
/
+16
2006-04-09
- Fixed @npcmove not sending the correct packets to make the moving refresh c...
skotlex
1
-2
/
+2
2006-04-09
- Small code cleanups. One should lower a bit function overhead when using mo...
skotlex
1
-2
/
+0
2006-04-08
- Fixed @movenpc
skotlex
1
-3
/
+9
2006-04-06
- Modified @allstats to prevent negative/overflow issues.
skotlex
1
-6
/
+8
2006-04-01
- Cleaned up and fixed @where command.
skotlex
1
-6
/
+8
2006-04-01
- Added structure view_data to handle sprite information for all characters (...
skotlex
1
-49
/
+15
2006-04-01
* April fool! Improved soundeffectall script command. (No, this is not a lie)
Lance
1
-1
/
+1
2006-03-27
- Pet catching now uses the menuskill variables to prevent item usage from di...
skotlex
1
-0
/
+1
2006-03-27
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
Lance
1
-1
/
+0
2006-03-27
* Refixed the fix with a constant list for Win32 users - limits.h (imported f...
Lance
1
-0
/
+1
2006-03-27
- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...
skotlex
1
-19
/
+32
2006-03-25
- Incremented the number of iterations to find a random stop to 100 as 50 see...
skotlex
1
-5
/
+2
2006-03-23
- Fixed compile error and missing field in the clone function.
skotlex
1
-1
/
+1
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-7
/
+8
2006-03-20
- @stfu now allows negative intervals to be specified, they increase manner i...
skotlex
1
-1
/
+3
2006-03-16
- @kill_monster/@kill_monster2 won't touch Guardians/Emperium now.
skotlex
1
-1
/
+4
2006-03-15
- Added mapflag nodrop, fixed mapflag notrade.
skotlex
1
-0
/
+2
2006-03-15
- Removed the hardcoded duration of 30seconds for sleep.
skotlex
1
-1
/
+1
2006-03-15
- Added item_db2.sql and mob_db2.sql, thanks to Joshuaali
skotlex
1
-6
/
+5
2006-03-14
- Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp ma...
LuzZza
1
-4
/
+41
2006-03-14
- Some small cleanups of how @reloadscript works.
skotlex
1
-1
/
+0
2006-03-09
- Fixed a bug that was making the no_spawn_on_player setting useless.
skotlex
1
-4
/
+4
2006-03-08
- Items now store the top MAX_SEARCH drops from mobs and lists them through t...
skotlex
1
-0
/
+53
2006-03-08
- Added functions mobdb_searchname_array and itemdb_searchname_array which re...
skotlex
1
-76
/
+96
2006-03-08
@job ninja/gs.
Vicious
1
-1
/
+1
2006-03-07
@job ninja/gunslinger. you need latest exe
Vicious
1
-0
/
+3
2006-03-04
- The rate passed to status_change_start must now be in 0->10000 range.
skotlex
1
-2
/
+2
2006-03-03
- Trick dead now ends on logout
skotlex
1
-0
/
+10
2006-02-24
- Prevented guild/party recall to work on GMs of greater level than yourself.
skotlex
1
-0
/
+8
2006-02-21
- Fix to prevent using main chat when it disabled in atcommand_athena.
LuzZza
1
-2
/
+2
[next]