amber
a26bc148fb
Fixed memory corruption associated with afm files [SVN 1363: MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 20:31:57 +00:00
celest
1a7a2cb402
* Reverted the pc_remove_map() change temporarily
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 14:57:27 +00:00
celest
72f63ee03e
* updated map server to jA1137~1159
...
* Some tidying up in mob.c and skill.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 11:44:12 +00:00
amber
dfd7258882
Fixe compile time problems with our mixed C++/C conformance
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 06:18:21 +00:00
celest
1717d644dd
* Added use dynamic allocation when loading the msg_table
...
* Refresh the client when day comes to get rid of the night effect
* Changed @refresh to fake map loading, but without teleporting side effect
* Updated SQL file for the item_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27 10:36:30 +00:00
celest
37851efb84
* Added 'map_charid2id'
...
* Changed monster damage logging to save char ID's
* Implemented 'event_script_type'
* Set Emsolute Develop as a learnable skill
* Updated 'require_glory_guild'
* Allow monsters to cast skills near themselves even when monster_nofootset is set to 'yes'
* Print number of online users in online.txt/.html even if there's only 1 user
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-24 15:31:28 +00:00
celest
91fb421a67
* Fixed alot of memory leaks
...
* Added stray memory cleaning routine to db.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-23 15:26:52 +00:00
celest
b9a1f0d7fd
Check changelog ^^
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-22 16:31:56 +00:00
amber
4a60e4af47
Fixed memory corruption
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-17 06:30:36 +00:00
celest
aa3ae955d4
Re-fixed compile error in map.c
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-17 05:16:03 +00:00
Lupus
1a2011bee7
fixed compilation error
...
removed extra }
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-16 15:51:47 +00:00
celest
61c4e01a71
* Updated jA's dummy socket to mod1137
...
* Added jA's ddos protection system
* Moved stall_time's reading to packet_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-16 12:21:26 +00:00
celest
2b17f6517b
* Added PvP/GvG check for Tiger Knuckle fist
...
* Fixed Pressure reducing the target's SP twice
* Fixed SQL logging not checking if its supposed to use SQL or TXT logs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1229 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-13 07:40:47 +00:00
celest
313d2ec7dd
* Fixed Status Recovery dealing too short blind time on undead mobs
...
* Fixed mobs not affected by Blind status
* Added an invalid id check check in map_id2sd
* Added sd check in clif_send
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1226 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-12 12:39:54 +00:00
celest
b5d12d7ea8
Replaced some free's with aFree
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-07 16:01:20 +00:00
celest
fb073b6c49
* Added uptime logging support whenever the server closes
...
* Fixed 'make clean' not removing the .o files in /common
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-07 15:41:38 +00:00
celest
055dde5bb4
* Updated core and map-server to jA 1115~1137
...
* Fixed a typo in Volcano
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-07 11:35:13 +00:00
celest
fea0900092
* Corrected Spiral Pierce's hits in the skill_db
...
* Moved /common/*.o into a obj folder when compiling
* Updated core and map server to jA 1094~1115
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-22 16:08:24 +00:00
celest
899b3ebeeb
* Fixed a typo in quests/all_quest.txt
...
* Set 'killerrid' and do PCKillEvent before calling PCDieEvent
* Added some new script event related options to script config
* Added 10 of the new card effects on the 2/15's patch
* Minor rewrites on self and enemy weapon/armor breaking
* Added missing code for 'bBreakWeaponRate' and 'bBreakWeaponRate' effects
* Added missing code for 'bAddStealRate' effect
* Removed redundant 'infinite_autospell' in map_session_data
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-16 08:25:45 +00:00
(no author)
bc57643fe7
and forgot the skill.c again [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 22:04:16 +00:00
(no author)
01b5716834
fixing Epirata's warnings and errors [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1095 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 21:35:01 +00:00
(no author)
1b2a05dd0b
stupid me, forgot to change some variables [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 16:08:01 +00:00
(no author)
d1518bb819
fixing and optimizing sharp shooting, should work now
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 15:43:04 +00:00
(no author)
5365aefea8
* Removed old code for Sharp Shooting
...
* Merged Shinomori's code into map_foreachinpath
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 14:04:21 +00:00
(no author)
86cad0c7fe
a try on the "unknown skill" error [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-11 14:56:54 +00:00
(no author)
7228597f4b
Remove debug printf's
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-11 14:00:26 +00:00
(no author)
d6688a9f90
* Reduced memory used for the skill_tree DB by 30+mb
...
* Added script commands isday and isnight
* Updated Sharp Shooting, Ankle Snare, Magnum Break, Tiger Fist, Devotion, Soul Burn
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-11 10:17:53 +00:00
(no author)
9d2846d50d
didn't finsih bind code, now it's finished but export code isn't
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-06 01:13:31 +00:00
(no author)
2f7a32dcb5
AMD64 fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05 19:53:58 +00:00
(no author)
c20c7f469e
fix build warning
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05 19:27:57 +00:00
(no author)
3108e8fef2
Changed how IP Bindings are handled
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05 19:25:36 +00:00
(no author)
3b1654bb04
Fix some compile errors
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05 04:25:56 +00:00
(no author)
1d1976479b
* Added Karma and Manner to const.txt
...
* Delete players' ID from id_db when kicking everyone from the map-server due to char disconnection -- Fixes an odd crash with lazy mob AI
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-01 10:46:03 +00:00
(no author)
0fab6904cc
Memory leak fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-27 19:25:09 +00:00
(no author)
7a56feb2c5
Update to garbage collector
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1002 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26 23:00:50 +00:00
(no author)
79bd3f5165
Fixed memory leak
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26 16:44:38 +00:00
(no author)
85592f9a38
* Fixed a bug in gettick cache when compiling in Windows
...
- Changed "read_map_from_bitmap" to "read_map_from_cache" in map_athena, "map_bitmap_path" to "map_cache_file"
- Fixed item effects not showing when only one was used
- Fixed a bug in Safety Wall
- Allow only either Storm Gust or Lord of Vermillion to cause damage if stacked together
- Added path_search_long, map_find_skill_unit_oncell
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26 14:28:19 +00:00
(no author)
0c541b77fb
* Added status.c and status.h of jA 1091 update and moved some functions into the new source files
...
* Updated auto_counter_type's description in battle_athena
* Removed some unnecessary skill level checks in battle.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26 04:54:22 +00:00
(no author)
29f74d1e4a
Some more changes for g++
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-24 00:15:41 +00:00
(no author)
4025cbe7a6
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-23 22:01:12 +00:00
(no author)
5618dc9edc
Made some more changes, reverted some old ones
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@969 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-23 21:52:55 +00:00
(no author)
778e804dd6
update
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-23 20:38:44 +00:00
celest
05f7c46b18
Stall_time changes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07 09:01:22 +00:00
amber
3571ff48aa
fix it
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07 04:37:21 +00:00
amber
51a1d4d68d
Update
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07 03:03:44 +00:00
amber
f68c8a4805
update
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06 15:02:42 +00:00
amber
9fdaed07fc
oops
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@923 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06 03:44:23 +00:00
mc_cameri
4cd623dbaf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06 00:25:25 +00:00
celest
c0631c4114
Added a simplified version of Qamera's OnConnect: OnDisconnect: OnDeath: NPC events mod
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@914 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05 09:31:09 +00:00
codemaster
9220ebe438
* Fixed GM Command Logging (Not sure why TXT logging still isn't working properly :( ) [Codemaster] [SVN 907]
...
* Fixed one of Lupus' additions to the item_db [Codemaster] [SVN 907]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@907 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-04 22:13:58 +00:00