index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
map.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-18
Fixed numerous /W4 warnings (and created more :)
ultramage
1
-7
/
+7
2007-10-18
* Clarified how npc names work in script_commands.txt.
FlavioJS
1
-2
/
+2
2007-10-18
Some code cleaning...
ultramage
1
-5
/
+5
2007-10-17
* Reworked the parsing at npc.c.
FlavioJS
1
-1
/
+1
2007-10-10
* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gem...
ultramage
1
-1
/
+0
2007-10-09
* Corrected string lengths according to bugreport:198
ultramage
1
-7
/
+6
2007-10-08
* Delayed the check for required items when a skill is cast to when they are ...
FlavioJS
1
-2
/
+2
2007-10-06
* the mapserver won't exit when no mapcache is found, with use_grf: yes
ultramage
1
-4
/
+0
2007-10-01
* Fixed various trading/vending glitches
ultramage
1
-2
/
+2
2007-09-28
Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used...
ultramage
1
-2
/
+2
2007-09-28
* Implemented Summer Outfit care of Zephyrus_CR.
L0ne_W0lf
1
-0
/
+1
2007-09-27
* Loot code using charid's instead of id's in pick priority.
FlavioJS
1
-2
/
+2
2007-09-25
- Modified a bit the hard/lazy ai triggers to match aegis:
skotlex
1
-0
/
+1
2007-09-25
* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...
FlavioJS
1
-6
/
+5
2007-09-23
* map_addflooritem and struct item_drop_list using id's instead of struct map...
FlavioJS
1
-1
/
+1
2007-09-21
some unimportant path.c / unit.c cleaning
ultramage
1
-1
/
+1
2007-09-20
* Merged the tmpsql branch:
FlavioJS
1
-32
/
+21
2007-09-15
Getting some (mostly atcommand) code cleaning out of the way...
ultramage
1
-3
/
+3
2007-09-10
- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.
skotlex
1
-1
/
+2
2007-09-04
- bonus3 autospell (and autospell when hit) will now select for spell target ...
skotlex
1
-1
/
+1
2007-09-04
- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...
skotlex
1
-8
/
+7
2007-09-03
- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...
skotlex
1
-15
/
+12
2007-08-31
* Documented/cleaned up chatroom code and packetry
ultramage
1
-3
/
+3
2007-08-29
- Added bonus bSkillHeal to distinguish offensive skill damage increases from...
skotlex
1
-4
/
+3
2007-08-19
* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...
ultramage
1
-1
/
+1
2007-08-16
* Fixed npc chatrooms not being deleted on npc unload/reload (crash)
ultramage
1
-2
/
+2
2007-08-15
* Some serious code cleanups
ultramage
1
-20
/
+22
2007-08-14
- Modified map_foreachinrange so that you can also specify the max length of ...
skotlex
1
-1
/
+1
2007-08-09
- stable -> trunk sync
ultramage
1
-1
/
+1
2007-08-08
- Fixed some missing max levels for npc skills
skotlex
1
-1
/
+0
2007-07-31
Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...
ultramage
1
-1
/
+1
2007-07-26
* Cleaned up mob drop code, crashfix is still needed though...
ultramage
1
-1
/
+1
2007-07-03
- Re-coded 'soundeffectall'; removed the third parameter ('coverage')
ultramage
1
-8
/
+7
2007-07-01
Cleaned up some parts of the code.
ultramage
1
-1
/
+1
2007-05-20
- Fixed one missed malloc->aMallocA typo, causing memory deallocation problems
ultramage
1
-4
/
+3
2007-05-19
Removed the wtf-y mmo_char_fromsql_short() from r2527
ultramage
1
-2
/
+0
2007-05-11
Re-phrased the attacker flee/def penalty config descs
ultramage
1
-1
/
+6
2007-05-05
* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.
FlavioJS
1
-5
/
+11
2007-05-05
- imported the latest working grfio code from stable
ultramage
1
-11
/
+0
2007-05-03
Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...
ultramage
1
-2
/
+3
2007-04-24
- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defi...
skotlex
1
-1
/
+1
2007-04-23
- Fixed a compilation problem with the pid plugin
ultramage
1
-2
/
+2
2007-04-22
* Extended the functionality of StringBuf - length and appending a string.
FlavioJS
1
-1
/
+1
2007-04-18
- Now @whogm hides perfect-hide gms only if their GM level is greater than th...
skotlex
1
-3
/
+1
2007-04-17
- Expanded the autospell structure to hold a flag, which contains the require...
skotlex
1
-1
/
+1
2007-04-10
- Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin...
skotlex
1
-0
/
+1
2007-04-09
* Played around with MinGW a bit today...
ultramage
1
-8
/
+6
2007-04-06
I'm still here!
DracoRPG
1
-2
/
+1
2007-04-05
* Made a crazy attempt to at least partially synchronize login&char code
ultramage
1
-5
/
+5
2007-04-02
- Corrected the login TXT server not initializing the waiting_disconnect vari...
skotlex
1
-0
/
+1
[next]