Age | Commit message (Expand) | Author | Files | Lines |
2012-06-10 | - added some missing copyrights | blacksirius | 12 | -3/+1333 |
2012-06-10 | * Added documentation for new mounts (doc\script_commands.txt) | euphyy | 2 | -10/+48 |
2012-06-10 | Fixed Concentrated White Potion(Z)s script. (bugreport:5895) | kenpachi2k11 | 3 | -6/+6 |
2012-06-10 | - Fixed 'instance_check_party' (bugreport:5948) | tr0n93 | 1 | -2/+2 |
2012-06-10 | - Fixed unescaped double quotes (follow up to r16251, bugreport:5895). | brianluau | 1 | -1/+1 |
2012-06-10 | - Added svn:eol-style=native property on some recently added text files. | brianluau | 11 | -13025/+13025 |
2012-06-10 | VC10/VC9: followup for commit r16256 | blacksirius | 9 | -0/+48 |
2012-06-10 | added mutex && cond var abstraction ( for pthread / winapi ) | blacksirius | 4 | -1/+358 |
2012-06-10 | added Makefile && obj dir to svn:ignore @ src/test | blacksirius | 0 | -0/+0 |
2012-06-10 | * Massive compression of "Card Trader" script, from 123kb to 7kb! (other\card... | euphyy | 5 | -5575/+315 |
2012-06-10 | Follow up r16252 - replaced zeros with NULL and corrected syntax of commented... | kenpachi2k11 | 2 | -2445/+2536 |
2012-06-10 | Created renewal mob SQL database file and synchronizes both SQL mob databases... | kenpachi2k11 | 2 | -1383/+2568 |
2012-06-09 | Fixed Black Wing, Peuz's and Ur's sets, Scarlet Rose' (#5548) location and Eb... | kenpachi2k11 | 3 | -29/+29 |
2012-06-09 | Fixed some Genetic items related to Pharmacy skill. (bugreport:5790) | kenpachi2k11 | 3 | -9/+9 |
2012-06-09 | Follow up r16248 - changed table name for Canon Balls (#18000-#18004) to item... | kenpachi2k11 | 4 | -27/+39 |
2012-06-09 | Follow up r16245 and r16247 - changed table name for Megingjard (#2629) and T... | kenpachi2k11 | 4 | -11/+13 |
2012-06-09 | Moved a few merchants and mob spawns to separate files to prevent error messa... | kenpachi2k11 | 9 | -81/+184 |
2012-06-09 | Fixed Shining Electric Bulb Hairbands (#5310) script. (bugreport:5805) | kenpachi2k11 | 3 | -6/+6 |
2012-06-09 | Updated MATK of several Staff weapons in renewal databases. (bugreport:5646) | kenpachi2k11 | 2 | -15/+65 |
2012-06-09 | Fixed Barricades (#1905) HP in pre-renewal database. (bugreport:5423) | kenpachi2k11 | 5 | -5/+5 |
2012-06-08 | Follow up on r16240 update RK_CRUSHTRIKE formula and weapon break percentage. | rud0lp20 | 10 | -75/+92 |
2012-06-08 | ` Updating script_commands.txt | xantara | 1 | -4/+79 |
2012-06-08 | ` Fixed bugreport:5717 if character's last map is invalid, move to a major city | xantara | 1 | -1/+1 |
2012-06-08 | ` Added bugreport:5906 Trap Research's INT bonus | xantara | 2 | -1/+3 |
2012-06-08 | * Added "eA Job System" documentation for third classes (doc\ea_job_system.txt) | euphyy | 10 | -680/+279 |
2012-06-07 | Fixed bug to lion howling/sc_fear status, super mega ultra ubber plus thanks ... | shennetsind | 2 | -3/+1 |
2012-06-06 | - Follow-up to r16236, additional array increase to accommodate sprintf messages | epoque11 | 1 | -1/+1 |
2012-06-06 | - Fixed a crash issue where sprintf was attempting to write outside of the bo... | epoque11 | 1 | -1/+1 |
2012-06-06 | Follow-up to r16234: New city files | euphyy | 4 | -0/+11244 |
2012-06-06 | * Added Dewata and El Dicastes town (\cities\) and quest (\quests\) NPCs. | euphyy | 3 | -2/+195 |
2012-06-04 | Fixed bugreport:5919 RK_ENCHANTBLADE bonus damage at any level should now wor... | rud0lp20 | 6 | -19/+25 |
2012-06-04 | Follow up r16231 now I *think* I fixed the indentation problem with my IDE | shennetsind | 1 | -4/+4 |
2012-06-04 | Follow up r16228 fixed logical problem with previous implementation (the see ... | shennetsind | 1 | -2/+6 |
2012-06-04 | Follow up r16227 & bugreport:5932 fixed issues with my new-IDE tabbing, & def... | shennetsind | 2 | -8/+8 |
2012-06-04 | Follow up r16227 & bugreport:5929 fixed typo. super mega hug to malufett <3 | shennetsind | 1 | -1/+1 |
2012-06-04 | Fixed bugreport:5913 recently-added state system no longer breaks on stacking... | shennetsind | 1 | -9/+5 |
2012-06-03 | Adding new config min_npc_vending_distance which simulates the official 'no v... | shennetsind | 6 | -2/+42 |
2012-06-03 | thread api: added support for platforms without TLS (Thread Local Storage) su... | blacksirius | 4 | -3/+110 |
2012-06-03 | cmake: followup for commit r16221 (fixed cmake build / added missing files) | blacksirius | 1 | -0/+4 |
2012-06-03 | CMake: Add threads library. | flaviojs | 1 | -0/+13 |
2012-06-03 | VC9/VC10: followup for commit r16221 (threading / spinlock / atomic operation... | blacksirius | 9 | -0/+48 |
2012-06-03 | feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ... | blacksirius | 11 | -2/+1256 |
2012-06-03 | vc9/vc10: added reference to winapi.h in projects. | blacksirius | 12 | -1/+33 |
2012-06-03 | cleaned up windows header usage (added one central file to use windows / wina... | blacksirius | 10 | -15/+45 |
2012-06-03 | fixed portability issue. (As long as we support other compilers than MSC/ICC ... | blacksirius | 1 | -1/+1 |
2012-06-03 | Fixed bugreport:5911 Reflect Damage should now cancel when shield/guard is un... | rud0lp20 | 4 | -8/+10 |
2012-06-03 | * Platinum Skills NPC now works for all Upper types (bugreport:5903) (custom\... | euphyy | 4 | -473/+189 |
2012-06-02 | feature merge bs-coreoptimize->trunk: added some compiler abstractions | blacksirius | 1 | -1/+9 |
2012-06-02 | - Added svn:eol-style=native property (follow up to r16213). | brianluau | 9 | -798/+798 |
2012-06-02 | - Added Instructor Ur to Eden Quest Quests. bugreport:5742 | masao87 | 6 | -116/+3133 |