index
:
ml/hercules
tmw2
Hercules
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
2011-06-30
Removed extra guards around cbasetypes.h include lines, since they give no pe...
ultramage
1
-2
/
+0
2011-06-30
Replaced custom type 'intptr' with standard 'intptr_t'.
ultramage
1
-2
/
+2
2011-06-16
* Merges from charmerge:
flaviojs
1
-0
/
+10
2011-05-14
* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...
ai4rei
1
-4
/
+4
2011-05-14
* Some NPC event related cleaning.
ai4rei
1
-1
/
+3
2011-05-14
* Random accumulated bits and pieces.
ai4rei
1
-0
/
+3
2011-04-16
* Added support for visible garments/robes.
ai4rei
1
-1
/
+4
2010-12-02
* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, ...
ai4rei
1
-0
/
+1
2010-11-26
Changed 'killerrid' and 'killedrid' from player vars to player params (bugrep...
ultramage
1
-0
/
+2
2010-11-21
* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).
ai4rei
1
-0
/
+11
2010-10-21
* Removed unused 'indoors' mapflag (follow-up to r3729).
Gepard
1
-1
/
+0
2010-08-16
- Merged Shinryo's patch to speed up map-cache loading.
Skotlex
1
-0
/
+1
2009-11-01
* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36...
L0ne_W0lf
1
-0
/
+5
2009-10-25
Reverted renaming foreach functions and create a new one for OnTouch so that ...
Inkfish
1
-1
/
+2
2009-10-25
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...
Inkfish
1
-1
/
+1
2009-08-21
Added bMagicHPGainValue and bMagicSPGainValue.
Inkfish
1
-1
/
+1
2009-08-12
- Optimization to instance system.
zephyrus
1
-35
/
+5
2009-07-04
* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.
Inkfish
1
-1
/
+2
2009-06-20
- Instancing System (Thanks to Sirius White who did most of the code, with so...
zephyrus
1
-0
/
+36
2009-06-04
* Updates to ST_PRESERVE and a few other minor details!
L0ne_W0lf
1
-1
/
+1
2009-05-29
* Added new bonuses bHealPower and bHealPower2.
Inkfish
1
-0
/
+1
2009-05-29
Added new bonuses bUnbreakableGarment and bUnbreakableShoes.
Inkfish
1
-5
/
+2
2009-05-25
Now we can use 'boss_monster' to summon whatever monsters that need to be rad...
Inkfish
1
-0
/
+1
2009-05-15
Removed the undocumented custom level feature from monster spawn lines (bugre...
ultramage
1
-1
/
+0
2009-03-18
- Implemented new item and bonuses for Kreiger Von Midgard rewards.
zephyrus
1
-5
/
+3
2009-03-17
- Implemented official battlechat packets (thanks to Pakpil).
zephyrus
1
-1
/
+2
2009-02-26
- Fixed item Nemesis.
zephyrus
1
-2
/
+3
2009-01-31
objects[] array removal (bugreport:2559)
ultramage
1
-5
/
+3
2009-01-25
- Implemented new item bonus scripts required for battlegrounds.
zephyrus
1
-1
/
+3
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
1
-2
/
+4
2009-01-12
Added regen_db to reduce hp/sp processing delays (bugreport:2256).
ultramage
1
-1
/
+2
2008-12-18
Removed charcommand code while allowing atcommand code to support its functio...
sketchyphoenix
1
-1
/
+0
2008-09-09
Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...
L0ne_W0lf
1
-2
/
+3
2008-09-03
- Starting Mercenary Skill implementation.
zephyrus
1
-5
/
+5
2008-09-01
- Something i forget to commit mmo.h.
zephyrus
1
-0
/
+3
2008-08-24
- Mercenary Dismiss packet and some corrections.
zephyrus
1
-1
/
+1
2008-08-22
- Mercenary data structures.
zephyrus
1
-0
/
+2
2008-08-20
- New invisible walls system (for WOE SE and Battlegrounds).
zephyrus
1
-0
/
+11
2008-08-20
- Removed my barricade implementation. Not required in WoE SE.
zephyrus
1
-8
/
+0
2008-08-10
Some small code cleaning
ultramage
1
-1
/
+0
2008-07-26
Merged the /loginmerge branch (topic:192754)
ultramage
1
-1
/
+0
2008-07-26
- Implemented official Convex Mirror (With help of Yomanda and Sirius White)
zephyrus
1
-0
/
+2
2008-07-06
* Slight cleanup of item-based walk speed bonuses
ultramage
1
-1
/
+2
2008-05-26
Moved the options to disable specific compiler warnings from the generic 'Add...
ultramage
1
-1
/
+1
2008-05-26
Increased the allowed packet size for chat messages.
ultramage
1
-1
/
+1
2008-05-08
- Added some new items and headgears.
zephyrus
1
-3
/
+4
2008-05-02
* Changes to map_foreach* functions:
FlavioJS
1
-2
/
+3
2008-05-02
Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...
ultramage
1
-1
/
+1
2008-04-21
* Changed the data field of timers from int to intptr.
FlavioJS
1
-2
/
+2
2008-04-07
* Made script command 'flagemblem' and guild_emblem_change send an update of ...
FlavioJS
1
-0
/
+1
[next]