Age | Commit message (Expand) | Author | Files | Lines |
2012-09-02 | Hello! few things. | shennetsind | 1 | -2/+2 |
2012-08-30 | Fixed bugreport:6576 changed mvptomb_ to rely on the id rather than the point... | shennetsind | 1 | -15/+9 |
2012-08-25 | Follow up r16669 updated the new monster hp to its official behavior. | rud0lp20 | 1 | -2/+8 |
2012-08-22 | Fixed bugreport:6536 when a monster is killed by a assist of yours it now upd... | shennetsind | 1 | -37/+30 |
2012-08-22 | Fixed bugreport:6464 renewal drop rate can no longer make items "drop" at 0.0... | shennetsind | 1 | -1/+4 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -21/+9 |
2012-08-20 | Added support for the new monster purple hp bar packet (packetver >= 20120404... | shennetsind | 1 | -1/+6 |
2012-08-13 | Minor adjustment that makes clones die in a smoother manner (rather than stan... | shennetsind | 1 | -2/+4 |
2012-08-03 | Fixed the last warning reported in clang, super mega ultra hyper plus thanks ... | shennetsind | 1 | -1/+1 |
2012-08-02 | Fixed bugreport:6324 where re-spawning mob still hits/chases its previous att... | rud0lp20 | 1 | -4/+3 |
2012-07-29 | Fixed bugreport:6324 mobs now clear attacked data on death. special thanks to... | shennetsind | 1 | -13/+10 |
2012-07-21 | Fixed bugreport:5968 mvp tombs should now unload w/o spiking cpu / lag / what... | shennetsind | 1 | -2/+20 |
2012-07-18 | Updated summoning items files to episode 13.2 (pre-re) and 13.3 (re). | daegaladh | 1 | -1/+1 |
2012-07-12 | Fixed bugreport:6223 so this happened to be indented eh, whops. | shennetsind | 1 | -4/+4 |
2012-07-12 | Follow up r16414 fixed memleak with md->lootitem | shennetsind | 1 | -2/+4 |
2012-07-12 | Fixed all warnings left from when compiling with -pedantic, confirmed with gc... | shennetsind | 1 | -2/+2 |
2012-07-12 | another set of minor adjustments throughout the code. | shennetsind | 1 | -1/+1 |
2012-07-11 | Added mob_classchange.txt since SA_CLASSCHANGE was using mob_boss.txt monster... | daegaladh | 1 | -1/+2 |
2012-07-02 | Fixed bugreport:6151 monster skills will only trigger their text messages if ... | shennetsind | 1 | -12/+10 |
2012-06-30 | Fixed bugreport:6136, mob chat should now be working. | xantara | 1 | -1/+1 |
2012-06-18 | Little optimization on MVP tombstone system, maybe fix insane CPU usage spike... | greenboxal2 | 1 | -4/+9 |
2012-06-14 | Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills ... | rud0lp20 | 1 | -3/+3 |
2012-06-12 | Improved bonus-adding processes by no longer having to add it to the zero'd m... | shennetsind | 1 | -3/+2 |
2012-06-01 | Fixed bugreport:4109 battle ground guardians will now follow nearby allies wh... | shennetsind | 1 | -0/+28 |
2012-05-31 | Fixed bugreport:5867 clones with cloaking skill are no longer "invincible" | shennetsind | 1 | -1/+5 |
2012-05-31 | Fixed bugreport:5791 mob rebirth skill shall now function properly on newer c... | shennetsind | 1 | -9/+12 |
2012-05-24 | Fixed bugreport:5809 Ice Wall should now block mobs properly. | shennetsind | 1 | -0/+3 |
2012-05-02 | Fixed bugreport:5649 shura cursed circle now stops mobs from being able to ta... | shennetsind | 1 | -2/+2 |
2012-04-29 | - Updated the unit engine to cache attacker count rather than utilise CPU int... | epoque11 | 1 | -4/+4 |
2012-04-29 | reasonably-sized performance improvement: @reloadscript is about to 3 times f... | shennetsind | 1 | -1/+1 |
2012-04-25 | * Code consistency updates. No functional changes. Credits to Lighta. | xazax-hun | 1 | -8/+8 |
2012-04-25 | Fixed warning on mob.c. | greenboxal2 | 1 | -1/+1 |
2012-04-24 | Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu... | greenboxal2 | 1 | -7/+2 |
2012-04-22 | Updated Mob AI's target check with new status effects: SC_BITE, SC_VACUUM_EXT... | shennetsind | 1 | -6/+10 |
2012-04-21 | Added mvp tomb system. | greenboxal2 | 1 | -0/+62 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 1 | -0/+10 |
2012-04-11 | yet another minor performance improvement. walking mobs no longer waste bandw... | shennetsind | 1 | -2/+5 |
2012-04-11 | Minor performance improvement. server no longer wastes processing time creati... | shennetsind | 1 | -1/+2 |
2012-04-11 | Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_E... | shennetsind | 1 | -1/+1 |
2012-04-09 | - Spring cleaning of various source files | epoque11 | 1 | -3/+3 |
2012-03-23 | * Reading the itemDB checks for extra columns. | xazax-hun | 1 | -1/+1 |
2012-03-23 | Follow up r15777, reworked skill_icewall_block so that it stops any attacks a... | shennetsind | 1 | -3/+7 |
2012-03-23 | Fixed bugreport:3574 Ice Walls finally are able to stop mobs chasing caster, ... | shennetsind | 1 | -1/+3 |
2012-03-18 | - Updated mob_race2_db.txt to apply under RE and non-RE modes | epoque11 | 1 | -1/+1 |
2012-03-18 | * uncluttered DB paths between REMODE on/off a little | lordttseven | 1 | -18/+4 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -20/+8 |
2012-03-01 | Follow up r15638: the 'sd' party is unnecessary -- when there is no player (e... | shennetsind | 1 | -2/+2 |
2012-02-29 | Removed drop and exp penalties of bosses monsters in renewal. (bugreport:5377) | protimus | 1 | -1/+2 |
2012-02-09 | Fixed clones so that they only cast skills according to the data passed from ... | shennetsind | 1 | -2/+20 |
2012-02-01 | Mob_db `adelay` and `amotion` values sanitizing (related bugreport:3968). | gepard1984 | 1 | -2/+4 |