8939 Commits

Author SHA1 Message Date
shennetsind
3fd32024c5 Fixed Performance Issue on Mob DB loading bugreport:4980
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-06 04:59:08 +00:00
shennetsind
ef676ae0ec Fixed @reloaditemdb @whodrops bug - (bugreport:5084)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15012 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-06 03:33:32 +00:00
shennetsind
be428f5b9f getmapflag() fix by Kenpachi (bugreport:5097)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-06 02:56:12 +00:00
epoque11
2029786d9d - Added SQL_INNODB switch for databases running under InnoDB (where INSERT DELAYED would break log table support)
- Uncommenting this line will result in all log tables dropping use of delayed mySQL insertions

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-05 21:12:46 +00:00
shennetsind
a785b383d7 Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll get it sorted.
Some of the stuff included in RREmu that is now part of rAthena:
- RE Drop Rate Modifier
- RE Experience Rate Modifier
- RE Weapon MATK
- RE Shield ASPD job-specific penalty
- RE Cast Time
- Renewal-specific item DEF
- 3.1 classes.
- All-New Mounts
- Official Magical Reflection
- And other perks, such as fully-functional @mapflag
also merged eAthena 15006 into rAthena.
For Bugs, Comments and Suggestions: http://rathena.org/board/tracker/

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-05 20:51:58 +00:00
brianluau
8cde4ba5c4 - Updated RAthena links in readme.html files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15007 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-03 04:52:41 +00:00
calciumkid
823fdc8f76 Renamed eAthena Project (.sln) files to RAthena.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15006 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-01 06:33:13 +00:00
calciumkid
16645cbdb9 Updated core.c ASCII art to reflect RAthena rather than eAthena.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-01 06:20:06 +00:00
brianluau
825caaa72f - Reverted r15002 because the Instance script commands were already in docs.
========================
|7.- Instance commands.|
========================

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-01 00:12:27 +00:00
script-z3r0
24bd71a948 Updated doc/script_commands.txt to include instance variables from wiki
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15002 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-29 21:58:18 +00:00
brianluau
146e136ad5 Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15001 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-29 18:51:50 +00:00
ai4rei
da76d5f271 * Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15000 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-28 20:25:33 +00:00
ai4rei
05673d2336 * Fixed removing item scripts through script command *setitemscript not working the way it is stated in script_commands.txt (related r9831).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14999 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-28 20:24:43 +00:00
ultramage
a182c367f2 Enabled multi-processor compilation in vcproj-10 files too (followup to r14997).
Note that in vs2010 there's an official field for it in the UI.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-21 18:42:55 +00:00
ultramage
b76537ecdf Added /MP (build with multiple processes) switch to all vcproj-9 files to significantly speed up compilation.
Disabled /Gm (C++ minimal rebuild) in debug mode because it conflicted with /MP.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14997 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-21 11:00:59 +00:00
ai4rei
92733f48bd * Fixed wrong damage numbers being displayed when the damage source was disguised (bugreport:5093, since r14979).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-19 09:49:31 +00:00
ai4rei
d0aafe2fdc * Added a check to WFIFOSET to detect zero-length 'sets' of packets, that could cause memory corruption (through code after WFIFOHEAD(fd,packet_len(cmd)) where the length is 0).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-17 23:41:13 +00:00
ai4rei
d9c8d6b25a * Fixed natural expiration of GM mute printing the unmute message twice (since r12169).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14994 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-16 16:39:51 +00:00
ai4rei
f204e8aa09 * Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing client crashes in poring war. It's a server-side "sprite" only.
- Updated Aegis NPC ID constants from current npcidentity.lub (569~603).
- Reintroduced HIDDEN_WARP_NPC script constant, which was removed by accident (since r14679).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14993 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-12 08:08:19 +00:00
ultramage
2da1b94830 Corrected documentation on monster respawn delay1/delay2 fields to reflect actual server behavior (followup to r11964).
Long ago they meant "delay since last spawn/death"; the current meaning is "fixed base delay + random variance".

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-08 22:19:51 +00:00
brianluau
00efb99e6b - Fixed a typo in item_misc.txt (fixes issue 5013).
- Added svn:ignore property to /log/*.log

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-08 21:48:22 +00:00
ai4rei
7384a04f0a * Updated item_buyingstore.txt according to 2011/11/02 kRO update.
- Enabled older items, that were previously unknown to the item db.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-03 18:40:19 +00:00
ai4rei
b2dca094c3 * Organized items in VS2010 projects into groups like in other projects (follow up to r14562).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14988 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-11-03 09:22:59 +00:00
brianluau
9aa3a700a7 - Removed .gat from map names.
- Removed trailing tabs in some warp portal files.
- Removed `loginlog` table from convert_engine SQL scripts, because it's in the log database.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-31 23:19:36 +00:00
ai4rei
d3d918211e * Random documentation of database files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14986 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-28 12:37:16 +00:00
ai4rei
95775b10ae * Fixed db/packet_db.txt reading not checking for max. amount of positions.
* Introduced MAX_GUILD_SKILL_REQUIRE to fix inconsistency in amount of prereq. guild skills.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14985 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-28 12:33:30 +00:00
ai4rei
9ae81c84e8 * Fixed a mistake in RID description in doc/script_commands.txt (since r2402).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-26 14:19:53 +00:00
ai4rei
831027c3fb * Revised packets related to auction system.
- Added packet documentation and corrected existing one.
- Removed an impossible condition in clif_parse_Auction_setitem (since r12301).
- Updated backet db definitions and removed a duplicate entry (entries from older packet versions carry over to newer).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-23 11:03:24 +00:00
flaviojs2005
761b02ed7d * Remove 'hack code' in party_member_added causing crashes since r14968. (bugreport:5069)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14980 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-17 19:11:10 +00:00
ai4rei
f87e0c0adf * Added support for new act/damage packet 0x2e1 (ZC_NOTIFY_ACT2) for clients 2007-11-13Sakexe and newer.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14979 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-16 15:35:29 +00:00
ai4rei
b13243b678 * Added a message indicating how many concurrent connections the server was compiled to support.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14978 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-16 09:56:30 +00:00
ai4rei
7b4a76f4bd * Added field for the change slot feature to character select list packet for 2011-09-28aRagexeRE and newer.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-16 09:06:42 +00:00
ai4rei
ddd5609af3 * Changed function-like macros into inline functions where it seemed appropriate (topic:264007).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14976 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-16 06:46:57 +00:00
ai4rei
256fd34dab * Fixed public/guild chat message packets sending strings without zero-termination causing recent clients to display trailing junk on such messages (bugreport:5068).
- Changed memcpy to safestrncpy in message packets where overlong messages are truncated (thus loose zero-termination).
- Replaced dynamic allocation in clif_guild_message with buffer from stack.
- Fixed clif_disp_message not checking whether the message fits into provided buffer.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14975 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-16 06:26:40 +00:00
brianluau
b6e6bec3c6 - Fixed .@GID not being set in Gld_Trea_Spawn, since r13559. (bugreport:5067)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14974 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-15 22:40:00 +00:00
ai4rei
d86eaff5e6 * Some readme clean-ups (related r14711).
- Normalized whitespace and made the html files validate properly.
- Moved faq-content content to faq.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-15 12:48:11 +00:00
ai4rei
255d0be211 * Updated misleading comment in conf/mapflag/partylock.txt (bugreport:4930, since r14092).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-15 09:59:57 +00:00
flaviojs
c5832ca11e * Add correct reply when player invited to party isn't found.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14970 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-10 17:25:15 +00:00
flaviojs
7b1ca6d8b3 * Rework some party code.
- add leader argument to party_fill_member
- add party_getmemberid
- add requester char_id to packets 0x3021 and 0x3821 (party info)
- diff members when replacing party info
- remove fixup all-player-iteration when receiving a party for the first time
- send 'party info' before 'party created'
- send 'party info' before 'party member added'
- update empty party_id when checking the player of a party

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-09 13:19:06 +00:00
flaviojs
dd51e5d71a * Remove fds from the shortlist before processing.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-07 11:09:12 +00:00
ai4rei
155a869499 * Updated item_noequip.txt examples to reflect recent changes (follow up to r14961).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14963 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-27 16:12:06 +00:00
L0ne_W0lf
76277a427f Fixed a typo (1013,2048 -> 2)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14962 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-21 00:01:14 +00:00
L0ne_W0lf
d25e1c287b * Applied map flag update patch provided by Daegaladh. Will mess with custom restricted items.
- Adds a reset mapflag which is checked when using the Neuralizer.
- Syncronizes the item_noequip_db bitmasks with with skill_nocast_db.
- Updates mapflags, and both skills and items which are restricted.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-20 23:46:48 +00:00
brianluau
558b08bfe7 - Updated strnpcinfo documentation, following r14929.
- Fixed some script typos. (bugreport:5047, bugreport:5049, bugreport:5056)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14960 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-20 07:20:19 +00:00
ai4rei
38210eebbd * Fixed CR_SLIMPITCHER passing item requirement index to itemdb_search when used by a monster (bugreport:5021, since r6791).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14959 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-18 15:12:05 +00:00
ai4rei
2a28207ffd * Rental items no longer expire in cart and storage. The packet does not support this and rentals cannot be put in on official either (since r14082, related r14083).
- Corrected packet 0x299 (ZC_CASH_ITEM_DELETE) missing inventory index field (since r13370).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14958 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-17 12:44:33 +00:00
ai4rei
61395a6003 * Fixed missing edits for cash shop support for clients 2007-07-10aSakexe and older (follow up to r14932).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14957 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-17 11:02:00 +00:00
brianluau
f6152933d5 - Fixed some typos in item_db.txt (bugreport:5048)
- Updated SQL item/mob databases to latest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14956 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-10 08:44:57 +00:00
flaviojs
9703374f8a * Fix C++ compilation issues.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14955 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-08 19:47:26 +00:00
flaviojs
36bac9f797 * Restrict intif_quest_save to sql only. txt char-server doesn't support the packet and disconnects the map-server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14954 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-06 03:45:03 +00:00