index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-11
Replace Event names with enums instead of strings
Chuck Miller
1
-11
/
+11
2010-11-11
Have the event system channels use enums instead of strings
Chuck Miller
1
-11
/
+11
2010-11-01
Merge branch '0.5' of gitorious.org:mana/mana
Yohann Ferreira
1
-9
/
+21
2010-10-31
Using tile coordinates for pick-up
Stefan Dombrowski
1
-7
/
+2
2010-10-14
Disable showing of IP addresses while taking a screenshot
MadCamel
1
-0
/
+15
2010-10-08
Remove the following system
Stefan Dombrowski
1
-4
/
+0
2010-10-04
Remove the following system
Chuck Miller
1
-4
/
+0
2010-09-25
Merge branch '1.0'
Thorbjørn Lindeijer
1
-8
/
+13
2010-09-13
Avoid loading non-existing music and minimaps
Stefan Dombrowski
1
-1
/
+6
2010-09-07
Fixing reconnection after lost connection
Stefan Dombrowski
1
-4
/
+4
2010-08-29
Changing order in which windows are created
Stefan Dombrowski
1
-2
/
+2
2010-08-21
Fixing segmentation fault and improving gui for party
Stefan Dombrowski
1
-1
/
+1
2010-08-16
Move more to the event system
Jared Adams
1
-0
/
+4
2010-08-15
Remove the logToChat option
Chuck Miller
1
-6
/
+0
2010-08-12
Simplify working with the event system
Jared Adams
1
-10
/
+10
2010-08-10
Remove NpcDialog references from netcode
Jared Adams
1
-0
/
+2
2010-08-01
Remove isActive methods from NPC dialogs and InventoryWindow
Jared Adams
1
-1
/
+1
2010-08-01
Remove isActive methods from buy/sell windows
Jared Adams
1
-1
/
+1
2010-08-01
Reduce localChatTab presence replacing it with the event system
Chuck Miller
1
-8
/
+4
2010-07-19
Merge branch '1.0'
Yohann Ferreira
1
-1
/
+2
2010-07-18
Add event.h to eventmanager.h and listener.h to reduce total number of includes
Chuck Miller
1
-1
/
+0
2010-07-18
Replace some state-related netcode methods with events
Jared Adams
1
-9
/
+16
2010-07-18
Move more from LocalPlayer to PlayerInfo
Jared Adams
1
-2
/
+10
2010-07-11
Made the different hard-coded paths and files be now taken from the
Yohann Ferreira
1
-1
/
+2
2010-06-10
Merge BeingManager and FloorItemManager as ActorSpriteManager
Jared Adams
1
-22
/
+16
2010-05-17
Remove Monster, Player, and NPC classes
Jared Adams
1
-11
/
+10
2010-05-09
Move target cursor management into ActorSprite
Jared Adams
1
-0
/
+2
2010-05-06
Add support for floor item sprites
Jared Adams
1
-0
/
+1
2010-04-19
Add afk mode for player.
Andrei Karas
1
-0
/
+2
2010-04-12
Add support for map-server switching under eAthena
Jared Adams
1
-17
/
+12
2010-03-26
Replace most dynamic_casts with static_casts
Jared Adams
1
-1
/
+1
2010-03-25
Remove the type boolean from InventoryWindow
Jared Adams
1
-1
/
+1
2010-03-25
Merge StorageWindow into InventoryWindow
Jared Adams
1
-2
/
+1
2010-03-02
Fix crash after viewport has been deleted
Jared Adams
1
-14
/
+9
2010-03-02
Revert "Merge WindowContainer into Viewport and remove extra members"
Jared Adams
1
-1
/
+12
2010-03-01
Merge WindowContainer into Viewport and remove extra members
Jared Adams
1
-12
/
+1
2010-02-28
Fix item pickup
Jared Adams
1
-2
/
+6
2010-03-01
Check and create screenshot directory only when a screenshot is made
Bernd Wachter
1
-1
/
+11
2010-02-27
Use appShort in screenshot name
Jared Adams
1
-1
/
+2
2010-02-27
No point in calling Viewport::setMap(0) before deleting it
Thorbjørn Lindeijer
1
-3
/
+0
2010-02-26
Fix calling setMap on deleted viewport
Andrei Karas
1
-1
/
+1
2010-02-24
Fix talk request flood.
Andrei Karas
1
-1
/
+2
2010-02-24
Move StorageWindow to instancing intead of global
Jared Adams
1
-3
/
+0
2010-02-23
Fixed compile on Windows
Thorbjørn Lindeijer
1
-2
/
+0
2010-02-21
Made tick counter and framerate limiter work during login sequence
Thorbjørn Lindeijer
1
-141
/
+22
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-14
Fixed windows appearing below the viewport when opened before getting in
Tametomo
1
-0
/
+1
2010-02-14
Don't create the viewport until it's really needed.
Tametomo
1
-0
/
+10
2010-02-13
Make NPC dialogs instance instead of global
Jared Adams
1
-46
/
+17
[next]