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
/
game.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
Fix quests window destruction and add QuestDB::init
Thorbjørn Lindeijer
1
-0
/
+1
2025-07-11
Make the screenshot file name a clickable link
Thorbjørn Lindeijer
1
-1
/
+9
2025-07-04
Added logging priorities and use SDLs logging facilities
Thorbjørn Lindeijer
1
-6
/
+6
2025-07-02
Added Quests window
Thorbjørn Lindeijer
1
-5
/
+12
2025-06-11
Cleaned up game input handling a little
Thorbjørn Lindeijer
1
-453
/
+388
2025-04-29
Made the Setup window key work during login sequence
Thorbjørn Lindeijer
1
-2
/
+0
2025-03-07
Renamed specials to abilities
Thorbjørn Lindeijer
1
-4
/
+4
2025-02-26
Plugged various memory leaks
Thorbjørn Lindeijer
1
-0
/
+1
2025-02-25
Replaced ParticleContainer with a ParticleHandle
Thorbjørn Lindeijer
1
-1
/
+1
2025-02-17
Further ResourceManager and PhysFS cleanups
Thorbjørn Lindeijer
1
-4
/
+1
2025-02-17
Wrapped PhysFS usage in a convenience API
Thorbjørn Lindeijer
1
-5
/
+3
2025-01-20
Made client config statically typed
Thorbjørn Lindeijer
1
-1
/
+1
2024-10-29
Turned the PlayerRelation struct into an enum class
Thorbjørn Lindeijer
1
-3
/
+3
2024-10-23
Changed SERVER_NOTICE macro to inline function
Thorbjørn Lindeijer
1
-5
/
+6
2024-10-23
Various small fixes to translatable strings
Thorbjørn Lindeijer
1
-4
/
+1
2024-10-18
Avoid accessing static members through instances
Thorbjørn Lindeijer
1
-30
/
+30
2024-10-15
Fixed crash when taking screenshot with scaled graphics
Thorbjørn Lindeijer
1
-9
/
+14
2024-10-08
Do a single logic update each frame
Thorbjørn Lindeijer
1
-3
/
+11
2024-10-08
Added convenient and efficient Timer class
Thorbjørn Lindeijer
1
-2
/
+0
2024-04-02
General code cleanups
Thorbjørn Lindeijer
1
-5
/
+3
2024-03-22
Added support for scaling the output
Thorbjørn Lindeijer
1
-1
/
+2
2024-03-12
General code cleanups
Thorbjørn Lindeijer
1
-13
/
+11
2024-02-27
Added VSync and windowed fullscreen options
Thorbjørn Lindeijer
1
-2
/
+2
2024-02-22
General code cleanups
Thorbjørn Lindeijer
1
-3
/
+3
2024-02-15
Fix handling of non-consecutive emote IDs
Thorbjørn Lindeijer
1
-1
/
+1
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-21
/
+21
2024-01-25
Minor includes cleanup
Thorbjørn Lindeijer
1
-2
/
+0
2024-01-25
Ported to SDL2
Thorbjørn Lindeijer
1
-2
/
+2
2012-02-09
Allow changing fullscreen resolution without restart
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-22
Prevented looking at item when picking up while moving
Erik Schilling
1
-22
/
+4
2012-01-22
Allow resizing of the game in windowed mode
Thorbjørn Lindeijer
1
-3
/
+13
2012-01-16
Renamed some file names for consistency with the class names
Thorbjørn Lindeijer
1
-4
/
+4
2012-01-14
Don't lose the active target when pushing the target&attack key while moving.
Yohann Ferreira
1
-2
/
+2
2012-01-10
player_node -> local_player
Yohann Ferreira
1
-31
/
+31
2012-01-09
Added a close button to the npc dialog window.
Yohann Ferreira
1
-2
/
+12
2011-08-19
Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix
Yohann Ferreira
1
-9
/
+1
2011-08-18
Made the equipment window not use server specific code again.
Yohann Ferreira
1
-9
/
+1
2011-08-11
The shortcuts are now refreshed when reassigning keys.
Yohann Ferreira
1
-1
/
+0
2011-06-17
First pass on removing tile hard coded values.
Yohann Ferreira
1
-0
/
+16
2011-06-16
Remove useless ping packet
Ben Longbons
1
-11
/
+0
2011-06-02
Some work on the manaserv equipment backend
Thorbjørn Lindeijer
1
-7
/
+5
2011-05-20
Removing KEY_PATHFIND and moving its function into the debug window
Stefan Dombrowski
1
-5
/
+0
2011-04-30
Fixed disconnected dialog to only pop up once
Thorbjørn Lindeijer
1
-2
/
+4
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
1
-26
/
+35
2011-04-18
A bit of cleanup in the way the Client pops up error dialogs
Thorbjørn Lindeijer
1
-11
/
+3
2011-04-16
Introduced the Being::lookAt() function.
Yohann Ferreira
1
-36
/
+35
2011-04-11
Implemented a simple non-blocking fadeOutAndPlay system.
Yohann Ferreira
1
-2
/
+2
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-12
/
+12
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-11
/
+11
[next]