.. |
Makefile
|
7a8371273a
- Merged the unit_data structure from jA for handling unit-related data (attack times, walking, auto-attack timers, skill related data)
|
19 years ago |
Makefile.win32
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
atcommand.c
|
e2eadf7bb2
- Rewrote/cleaned up trade.c for a more clean trading implementation.
|
19 years ago |
atcommand.h
|
e2eadf7bb2
- Rewrote/cleaned up trade.c for a more clean trading implementation.
|
19 years ago |
battle.c
|
46d5c713cd
- Updated cast times of Kaupe and Kaahi.
|
19 years ago |
battle.h
|
88722161e5
- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (even if there's no other TK around).
|
19 years ago |
charcommand.c
|
47adb68d91
- Fixed mysql ping setting being in minutes rather than hours.
|
19 years ago |
charcommand.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
charsave.c
|
020b35d68a
* Using malloc for memory allocations that doesn't need to be pre-initialized.
|
19 years ago |
charsave.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
chat.c
|
20ebb32eb0
- Small fix in npc-created chat rooms to properly include the terminating 0 on the chat's event.
|
19 years ago |
chat.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
chrif.c
|
23a13eb1fc
Dangling pointer~
|
19 years ago |
chrif.h
|
0496215b70
- Fixed the map server complain on the default user/password
|
19 years ago |
clif.c
|
46d5c713cd
- Updated cast times of Kaupe and Kaahi.
|
19 years ago |
clif.h
|
e78ae404f9
- ES magic will now put the caster on stun for 0.5 secs regardless of whether the skill-target is a mob or not.
|
19 years ago |
date.c
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
date.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
guild.c
|
f95ab0abbe
- If someone is expulsed from a guild while the guild storage is open, it will be auto-closed now.
|
19 years ago |
guild.h
|
8f34077a74
- Rewrote the guild exp cache code to prevent overflows and to use the ers system.
|
19 years ago |
intif.c
|
cff16d36a9
- Autoloot now uses the item's base drop chance rather than final drop rate to determine if it should autoloot the item or not.
|
19 years ago |
intif.h
|
79a1066e60
* Added execution of OnInterIfInit, OnCharIfInit and OnInterIfInitOnce on script reload.
|
19 years ago |
irc.c
|
020b35d68a
* Using malloc for memory allocations that doesn't need to be pre-initialized.
|
19 years ago |
irc.h
|
cb78101f64
- The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded
|
19 years ago |
itemdb.c
|
0f3de92a52
- Added function stristr to strlib.c, used by mob.c and item_db.c for case-insensitive seeks.
|
19 years ago |
itemdb.h
|
97f93f125a
- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I forgot to apply the fix to trunk)
|
19 years ago |
log.c
|
a866920e15
removed old logs
|
19 years ago |
log.h
|
a866920e15
removed old logs
|
19 years ago |
mail.c
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
mail.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
map.c
|
139b098c54
- Increased max number of tries to find a random spot in maps to 1000 since some maps have so many non-walkable tiles it's hard to find one in just 100 tries.
|
19 years ago |
map.h
|
9ddea7953a
- Moved the OPTION defines from map.h to status.h (where they belong)
|
19 years ago |
mercenary.c
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
mercenary.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
mob.c
|
96bf1fd79e
data.x=x; data.y=y was not done at all except when using random coordinates. dfhsdfhsdfh
|
19 years ago |
mob.h
|
61b786eceb
- Reduced drop slots from 15 to 10.
|
19 years ago |
npc.c
|
a0bf90e52c
- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.
|
19 years ago |
npc.h
|
db83032024
- Added a npc-script-event cache to avoid looking up event-scripts every time they need to be executed. Events cached are all those defined in script_config.
|
19 years ago |
npc_chat.c
|
d5cf7d95e0
* mob_chat_sub fix. Added buildin_pcblockmove.
|
19 years ago |
party.c
|
e78ae404f9
- ES magic will now put the caster on stun for 0.5 secs regardless of whether the skill-target is a mob or not.
|
19 years ago |
party.h
|
9321f524fc
- Turn Undead and Offensive Resurrection should now work on undead players.
|
19 years ago |
path.c
|
f6b78466ab
- Fixed the CL_WHITE define, thanks to FlavioJS
|
19 years ago |
pc.c
|
26a517cd08
- Fix on pc_skill which fixes overlapping when one gets more than one bonus for the same skill.
|
19 years ago |
pc.h
|
139b098c54
- Increased max number of tries to find a random spot in maps to 1000 since some maps have so many non-walkable tiles it's hard to find one in just 100 tries.
|
19 years ago |
pcre.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
pet.c
|
0e382cb337
- Fixed a small typo/logic-error in pet_ai_sub_hard
|
19 years ago |
pet.h
|
9f19b5cfdc
- Fixed skill_delayfix not altering delay at all after you reached 150.
|
19 years ago |
script.c
|
46d5c713cd
- Updated cast times of Kaupe and Kaahi.
|
19 years ago |
script.h
|
e051037bce
* Dynamic shops support with script callback. (needs testing)
|
19 years ago |
skill.c
|
a7301992bc
- Reverted again the change that stuns the caster on Ske, Ska, Swoo when the target is a nonplayer (rather than always)
|
19 years ago |
skill.h
|
7f07476e22
- Implemented desperado as explained by Rockman-EXE.
|
19 years ago |
status.c
|
0b816774d5
- NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) of 40% per level.
|
19 years ago |
status.h
|
9ddea7953a
- Moved the OPTION defines from map.h to status.h (where they belong)
|
19 years ago |
storage.c
|
d13956c142
- Fixed skill_check_cloak to use the current skill level of the cloaking skill and not pc_checkskill() to know if a cloaker away from a wall should be uncloaked.
|
19 years ago |
storage.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
trade.c
|
a0bf90e52c
- Changed a bit the MAX_ZENY checks in trade.c to prevent overflows.
|
19 years ago |
trade.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |
unit.c
|
e63cc72bd7
- Removed the fixpos packet sending when damaged. Aegis sends no such packet.
|
19 years ago |
unit.h
|
3a2c267be6
- Added state.running to unit_data to make it easier to check for running characters (saves having to get the sc data and check for the corresponding timer all the time)
|
19 years ago |
vending.c
|
a866920e15
removed old logs
|
19 years ago |
vending.h
|
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
19 years ago |