Age | Commit message (Expand) | Author | Files | Lines |
2012-07-20 | - Added missing Umbala Dungeon spawns for pre-RE servers. | jtynne | 1 | -0/+56 |
2012-07-20 | * Optimized "Magic Books" quest, 60% size reduction (npc\re\quests\magic_book... | euphyy | 3 | -1460/+144 |
2012-07-20 | Added new status bonuses: SC_INCMHP and SC_INCMSP to increase maximum HP and ... | cookiecrumbs | 6 | -10/+20 |
2012-07-19 | * Condensed the documentation on the "Import" folder, it should be more reade... | euphyy | 10 | -405/+168 |
2012-07-19 | Follow up r16430, reverted all the pre-re guides to their pre-renewal version... | daegaladh | 28 | -16580/+2696 |
2012-07-19 | - Updated Questboard to 1.4.4 (Added Quest Delay) | tr0n93 | 1 | -3/+27 |
2012-07-19 | Fixed Marcher/Parade Hats (#5225) bonus. (bugreport:6132) | kenpachi2k11 | 2 | -2/+2 |
2012-07-19 | Updated renewal Frost Nova with renewal values. (bugreport:6198) | daegaladh | 1 | -1/+1 |
2012-07-18 | Fixed bugreport:6269 added a way to test files prior to @reloadatcommand so t... | shennetsind | 2 | -1/+19 |
2012-07-18 | Follow up r16445 performance improvement. | shennetsind | 1 | -30/+13 |
2012-07-18 | New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;... | cookiecrumbs | 6 | -6/+45 |
2012-07-18 | Follow up r16427 fixed issue with parenthesis logic and a battle.c warning on... | shennetsind | 2 | -2/+2 |
2012-07-18 | Super performance improvement to groups system, caching permissions levels an... | shennetsind | 6 | -34/+121 |
2012-07-18 | Reverted r16439 that cause bugreport:6182 again and proper fix for bugreport:... | rud0lp20 | 2 | -21/+30 |
2012-07-18 | Updated summoning items files to episode 13.2 (pre-re) and 13.3 (re). | daegaladh | 8 | -47/+121 |
2012-07-18 | Fixed an issue where when a trap was set that required a Special Alloy Trap, ... | cookiecrumbs | 2 | -2/+2 |
2012-07-18 | Fixed Cloaking Exceed; now allows the player to hide from Insect and Demon mo... | cookiecrumbs | 1 | -0/+2 |
2012-07-18 | * Some cleaning of "Novice Training Grounds" script (npc\jobs\novice\novice.txt) | euphyy | 6 | -638/+146 |
2012-07-17 | * Added a Super Novice Expansion quest with custom dialogue. Will be updated ... | euphyy | 6 | -9/+269 |
2012-07-17 | Fixed a couple of typos and other mistakes. | daegaladh | 6 | -34/+66 |
2012-07-17 | * Follow-up r16430, moved all the RE entries in the .conf files behind the pr... | euphyy | 8 | -266/+260 |
2012-07-17 | Fixed double decrement with unit_remove_map and the issue that causes dynamic... | cookiecrumbs | 2 | -4/+20 |
2012-07-16 | Follow up r16431, fixed a couple of mistakes I made. | daegaladh | 3 | -15/+49 |
2012-07-16 | Fixed bugreport:6248 special ubber thanks to cookie. | shennetsind | 1 | -1/+4 |
2012-07-16 | Forgot to remove the scripts in last commit, sorry. | daegaladh | 60 | -40984/+180 |
2012-07-16 | Disabled and removed all renewal-only scripts from pre-re folder. You still c... | daegaladh | 9 | -443/+152 |
2012-07-16 | Fixed bugreport:6233 traps should now hit/damage all targets inside gvg/pvp g... | rud0lp20 | 3 | -68/+85 |
2012-07-14 | * Follow-up r16427, cleaned new quest script and slightly edited hommutate do... | euphyy | 2 | -129/+38 |
2012-07-14 | - Added new script command hommutate which changes an Homunculus into an Homu... | masao87 | 11 | -12/+462 |
2012-07-14 | Follow up r16424 fixed warning, missing parenthesis. | shennetsind | 1 | -3/+2 |
2012-07-14 | * More optimization of 13.1 quests (quests\quests_13_1.txt) | euphyy | 3 | -1905/+236 |
2012-07-13 | Fixed bugreport:6220 updated SR_SKYNETBLOW behavior to official and damage fo... | rud0lp20 | 6 | -42/+59 |
2012-07-13 | Fixed bugreport:6229 where PF_SPIDERWEB is not working/compatible with item a... | rud0lp20 | 1 | -6/+8 |
2012-07-13 | * Follow-up r16421, forgot to delete something... | euphyy | 1 | -2/+0 |
2012-07-13 | * Added mine and tr0n's quest scripts to /custom/quests/ | euphyy | 11 | -342/+878 |
2012-07-12 | * Fixed minor bug with "viewpoint" 5th argument. (bugreport:6221) | og2 | 4 | -14/+14 |
2012-07-12 | Fixed bugreport:6223 so this happened to be indented eh, whops. | shennetsind | 1 | -4/+4 |
2012-07-12 | * Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro... | euphyy | 8 | -322/+24 |
2012-07-12 | Follow up r16414 fixed memleak with md->lootitem | shennetsind | 1 | -2/+4 |
2012-07-12 | Fixed bugreport:6215 where using SR_CRESCENTELBOW can cause map server crashi... | rud0lp20 | 3 | -6/+6 |
2012-07-12 | Fixed all warnings left from when compiling with -pedantic, confirmed with gc... | shennetsind | 6 | -22/+23 |
2012-07-12 | another set of minor adjustments throughout the code. | shennetsind | 2 | -2/+2 |
2012-07-12 | Fixed a mildly broken portion of code responsible for clearing status from sk... | shennetsind | 1 | -2/+3 |
2012-07-12 | Fixed "comparison of unsigned expression < 0 is always false" warning. | shennetsind | 2 | -4/+5 |
2012-07-12 | Fixed a small typo | ignizh | 1 | -1/+1 |
2012-07-12 | Improved item_combo_db error message so it makes it easier to identify which ... | shennetsind | 2 | -1/+13 |
2012-07-12 | Improved item_combo_db parsing to detect missing brackets | shennetsind | 1 | -4/+4 |
2012-07-12 | Follow up r16395 - Forgot to apply the changes to MAX_RANDOMMONSTER. | daegaladh | 1 | -1/+1 |
2012-07-12 | Added a missing curly bracket. (bugreport:6217) | kenpachi2k11 | 1 | -1/+1 |
2012-07-12 | Commented out a combo that contained a commented out item (#5470). (bugreport... | kenpachi2k11 | 2 | -2/+2 |