index
:
Hello/mana
0.5
0.6
add-sound-events
fix-item-tooltip-visibility
lpc2012
master
optimize-actor-draw
particle-system
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
event.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-02
Added Quests window
Thorbjørn Lindeijer
1
-2
/
+4
2025-05-12
Fixed handling of "close2" script command
Thorbjørn Lindeijer
1
-1
/
+0
2025-03-07
Removed the functionality to split item stacks
Thorbjørn Lindeijer
1
-1
/
+0
2025-02-25
Added support for option, opt1, opt2, opt3 status effect fields
Thorbjørn Lindeijer
1
-1
/
+0
2025-01-21
Replaced include guards with #pragma once
Thorbjørn Lindeijer
1
-4
/
+1
2025-01-21
Fixed ConfigOptionChanged events
Thorbjørn Lindeijer
1
-3
/
+37
2025-01-20
Made client config statically typed
Thorbjørn Lindeijer
1
-1
/
+1
2024-10-23
Changed SERVER_NOTICE macro to inline function
Thorbjørn Lindeijer
1
-4
/
+6
2024-08-04
Removed a bunch of unused NPC related events
Thorbjørn Lindeijer
1
-7
/
+0
2024-03-12
General code cleanups
Thorbjørn Lindeijer
1
-35
/
+2
2024-03-04
Added support for handling SMSG_NPC_COMMAND
Thorbjørn Lindeijer
1
-0
/
+2
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-3
/
+3
2024-01-24
Fixed compilation issues and use of deprecated C++ features
Thorbjørn Lindeijer
1
-12
/
+12
2012-01-28
Moved mTrading into the TradeHandler
Thorbjørn Lindeijer
1
-2
/
+0
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-26
Removed 'inline' keyword where it's not of any value
Thorbjørn Lindeijer
1
-10
/
+10
2011-04-09
Renamed Listener to EventListener
Thorbjørn Lindeijer
1
-6
/
+6
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-8
/
+3
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-24
/
+23
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
1
-69
/
+68
2010-11-13
Replace config listeners with the event system
Chuck Miller
1
-0
/
+2
2010-11-12
Change NPC handling in the net code
Chuck Miller
1
-7
/
+7
2010-11-11
Replace Event names with enums instead of strings
Chuck Miller
1
-6
/
+59
2010-11-11
Have the event system channels use enums instead of strings
Chuck Miller
1
-7
/
+22
2010-08-16
Move more to the event system
Jared Adams
1
-1
/
+63
2010-08-12
Simplify working with the event system
Jared Adams
1
-0
/
+52
2010-08-12
Fix some issues in the Event class
Jared Adams
1
-6
/
+6
2010-08-10
Add some new methods to the Event class
Jared Adams
1
-7
/
+84
2010-08-01
Remove isActive methods from buy/sell windows
Jared Adams
1
-0
/
+4
2010-07-14
Removed unnecessary semicolons after namespaces
Thorbjørn Lindeijer
1
-3
/
+4
2010-07-13
Add the foundation for the event system
Chuck Miller
1
-0
/
+73