skotlex
1fb95bcf98
- Fixed Taekwon stances not triggering.
...
- Added atcommand @exp
- Added error reporting when add_timer_interval receives a negative/0 interval value.
- Fixed a possible infinite recursion bug with splash self skills.
- Modified the way firewall_hits_on_undead works, to loop and invoke multiple skill_attacks based on the value.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-20 03:14:49 +00:00
skotlex
7429b0cd57
- Applied the suggested fixes by Joshuaali to fix the compiling of the sql map server on Win32 systems.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-17 13:48:04 +00:00
Valaris
ad49453e0e
* Removed the conf sql code for now. Maybe will continue later with that project.
...
Lowered the irc keepalive timer, and added some checks for use_irc that should have been there.
Added a return line \n to the beginning of the title screen. [Valaris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-10 00:09:29 +00:00
skotlex
d69479b946
- Added define clif_deadsit to send the dead state into player packets if the player is in trick dead state.
...
- Venom Splasher always hits (but splash damage targets can still avoid it)
- Using autoloot with no arguments now toggles it between @autoloot 0 and @autoloot 100%
- Falcon Assault now takes Blitz Beat lv5 as base damage.
- Fixed pc_makesavestatus not updating status.option correctly.
- Corrected Waterball so that higher levels can do insane amount of hits.
- Altered slave behaviour. No more random walking, will stay within 2 cells of their master.
- Reverted the Summon Slave behaviour to not adjust level based on number of current slaves.
- Coma no longer sends SP to 1.
- Updated Meteor so that when level 11 or more is casted, the area over which meteors fall is tripled.
- Dark elemental characters are now inmune to Curse.
- Fixed sc_data saving to sql buffer building method. Thanks to its_sparky.
- Changed the map zone reading from using pow to a bit shift.
- Experience has now been changed to unsigned int, and is read as such from the dbs.
- Increased HT_DETECTING seek range to 7x7
- Added function map_foreachinrange which actually checks distance of nearing objects (unlike for each in area which uses a square area), may come handy for future code.
- Corrected Venom Splasher: Being hit does not cancels it, works at 75% or less of target's HP, being hit normally while under the count has a chance of causing poison. Damage is +400% + 50*lv%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-06 18:38:51 +00:00
skotlex
1d94ae4856
- Trick Dead makes you stop walking now.
...
- Falcon Assault only does 1 hit now.
- Soul Burn is not affected by Lex Aeterna, not affected by target's cards.
- Freeze and Stone take preference over Benedictio
- Opt1 inducing SCs fail if the target has already another Opt1
- Fixed areamonster when the passed class is negative
- Removed the clear screen when launching the server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 19:14:28 +00:00
celest
f151867517
* Fixed an overflow in grfio
...
* Changed resnametable loading behaviour
* Increased grfio filelist limit to 1048576
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01 11:57:21 +00:00
Valaris
ad14b64c9d
Updated Common Makefiles to point at the new Changelogs, thanks to SantaPoring for pointing that out.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 17:30:28 +00:00
Valaris
2178a86317
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
...
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:10:48 +00:00
Valaris
fd99753f8e
Clearing trunk.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:00:45 +00:00
amber
616a90cc09
G++ is now the default on trunk [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@1443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 18:42:53 +00:00
celest
ad4fcfbe12
some small USE_MEMMGR changes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-07 14:52:15 +00:00
celest
8114bec659
* Added SERVER_TYPE to core for future plugins support
...
* Added support for the UPNP plugin to release port mappings and re-close firewall ports on shutdown
* Updated showmsg
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05 14:32:04 +00:00
amber
394d162391
Fixes for logging trades [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 19:32:34 +00:00
celest
d9881083d4
* Updated showmsg with Shinomori's improvements
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 18:06:30 +00:00
amber
624f5b09c1
pull out upnp as default
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 17:52:53 +00:00
amber
a66f0483b2
Fix show message
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 17:45:11 +00:00
amber
9ef261f8c4
update build failure
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 17:12:05 +00:00
celest
c7d66f2207
some aesthetics changes ^^
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 15:08:47 +00:00
celest
308b7915ff
* Added dll.h
...
* Update base code for the UPNP plugin loading
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1398 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 14:48:14 +00:00
celest
4773e16492
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04 14:24:07 +00:00
celest
e5fba075ac
* Updated ShowMessage functions to use vprintf
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-01 08:36:28 +00:00
codemaster
5ecdba1c5b
common/lock.c: Fixed an error dealing with unistd.h not being Windows' standard.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 20:04:54 +00:00
celest
4109792003
* Added back up old files in 'save' before saving new data
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 10:56:19 +00:00
amber
83500a3c58
Finished native SQL projects [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31 04:02:06 +00:00
amber
692245140a
Made the map-server build cleanly using Microsoft Visual Studio [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 19:49:57 +00:00
celest
88cfcb9432
* Added base code for loading Ser's UPNP plugin
...
* Added 'idle_no_share' to battle_athena.conf
* Added item_findingore.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 17:10:03 +00:00
amber
c8d5eb58c4
Fix linux builds
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-30 01:17:30 +00:00
veider
7a6ae3f0e6
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 21:51:46 +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
amber
150683e2e6
Fixed use of storage variable to conform to ANSI C spec [MouseJstr]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 05:05:50 +00:00
veider
de7940888a
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-28 21:25:11 +00:00
shinomori
e2b4dfda4e
do not access freed memory [Shinomori]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27 13:41:03 +00:00
celest
b2f8f7cdc5
Some minor changes to do_init_memmgr
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27 10:38:21 +00:00
celest
d85c63aa4b
* Fixed some memory leaks with the new timer changes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-27 10:30:49 +00:00
Lupus
0254a658b1
timers optimization / speed up / bug fix : no freezing mobs
...
ported from Yor's
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-24 17:18:26 +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
a2c00f0290
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-23 15:03:21 +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
celest
d30a426160
* Added 4 new card effects from 3/15's patch
...
* Added 'enable_ip_rules' to packet_athena.conf
* Updated socket debug messages to be more readable
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-20 12:07:52 +00:00
celest
244c817d0d
* Fixed a crash when freeing memory of pets
...
* Added Cygwin support to the -DDUMPSTACK option, and changed its format
* Removed duplicate fopen in login_log
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-18 17:36:03 +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
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
b8d5acfd82
* Some changes in sig_dump to allow Cygwin produce stackdumps upon crash again
...
* Changed the default stackdump creation folder from /save to /log
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-09 11:54:32 +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
311621f308
* Added jA's dummy socket to prevent fd crashes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-26 08:38:22 +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
e9a7ccf3f2
* Readded Chemical Protection
...
* Removed some old eA code that was causing Frost Nova to do an extra hit
* Corrected Vulcan Arrow's hits in skill_db
* Readded zlib and zconf .h files to under /lib
* Fixed some compile errors in Windows
* Changed remove_control_characters back to supporting korean chars
* Moved some other code around
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-17 16:28:36 +00:00
(no author)
34e0b5d240
Updated the copyright date and the date in the core.c [Sirius]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-10 18:31:26 +00:00