index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eventsmanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-07
add missing const and static keywords.
Andrei Karas
1
-2
/
+2
2014-02-02
Add missing const and static into other classes.
Andrei Karas
1
-1
/
+1
2014-01-28
add support for screen scale in OpenGL modes.
Andrei Karas
1
-1
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-11-01
Add configure option --enable-checks for check some calls (disabled by default)
Andrei Karas
1
-0
/
+10
2013-10-10
fix code style.
Andrei Karas
1
-2
/
+3
2013-10-08
fix profiler working.
Andrei Karas
1
-1
/
+0
2013-10-08
fix compilation warnings.
Andrei Karas
1
-8
/
+14
2013-10-07
fix compilation error with SDL2.
Andrei Karas
1
-1
/
+4
2013-10-07
move window events handling into eventsmanager.
Andrei Karas
1
-30
/
+128
2013-10-07
Move shared event handling code into common handler.
Andrei Karas
1
-87
/
+55
2013-10-07
Move some events code from game into eventsmanager.
Andrei Karas
1
-0
/
+62
2013-10-07
Move some events code from client into eventsmanager.
Andrei Karas
1
-4
/
+108
2013-10-07
Create events manager class.
Andrei Karas
1
-0
/
+260