index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
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
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
Turned the PlayerRelation struct into an enum class
Thorbjørn Lindeijer
2
-14
/
+14
2024-10-29
Optimise PlayerRelationsManager::clear
Thorbjørn Lindeijer
3
-19
/
+11
2024-10-29
Avoid some needless pointer indirection
Thorbjørn Lindeijer
1
-17
/
+12
2024-10-26
Fixed FPS limit being enabled by default
Thorbjørn Lindeijer
3
-7
/
+7
2024-10-23
Changed SERVER_NOTICE macro to inline function
Thorbjørn Lindeijer
4
-39
/
+39
2024-10-23
Various small fixes to translatable strings
Thorbjørn Lindeijer
4
-7
/
+6
2024-10-18
Added small grabbable margin to Shortcuts window
Thorbjørn Lindeijer
5
-81
/
+32
2024-10-18
Avoid accessing static members through instances
Thorbjørn Lindeijer
3
-8
/
+8
2024-10-18
General code cleanups
Thorbjørn Lindeijer
1
-3
/
+2
2024-10-08
Small cleanup in OutfitWindow::load
Thorbjørn Lindeijer
2
-19
/
+7
2024-10-08
Restore the screen shake effect
Thorbjørn Lindeijer
2
-30
/
+32
2024-10-08
Smoother being movement
Thorbjørn Lindeijer
1
-13
/
+11
2024-10-08
Do a single logic update each frame
Thorbjørn Lindeijer
1
-1
/
+1
2024-10-08
Added convenient and efficient Timer class
Thorbjørn Lindeijer
11
-154
/
+145
2024-10-04
Removed useless LocalPlayer::mUpdateName
Thorbjørn Lindeijer
4
-21
/
+3
2024-09-28
Replaced all "xmlChildrenNode" with "children"
Thorbjørn Lindeijer
1
-2
/
+2
2024-09-28
Removed getter/setter cruft from ItemInfo
Thorbjørn Lindeijer
7
-28
/
+25
2024-09-27
Replaced for_each_xml_child_node macro with helper class
Thorbjørn Lindeijer
3
-5
/
+5
2024-09-02
Added a hand mouse cursor, used when hovering links
Thorbjørn Lindeijer
4
-14
/
+24
2024-08-31
Apply a margin to the text in the help window
Thorbjørn Lindeijer
1
-7
/
+3
2024-08-31
Display "Mana" as part of the version in Setup window
Thorbjørn Lindeijer
1
-1
/
+1
2024-08-31
BrowserBox: Make sure to start each line with the default color
Thorbjørn Lindeijer
1
-1
/
+4
2024-08-31
Some margin and indentation tweaks in news and NPC dialogs
Thorbjørn Lindeijer
6
-40
/
+41
2024-08-28
Fixed handling of consecutive text formatting markers
Thorbjørn Lindeijer
1
-11
/
+7
2024-08-26
Limit shop's Max button to available carry weight
Fedja Beader
1
-1
/
+13
2024-08-25
Fixed initialization of equipment backend
Thorbjørn Lindeijer
2
-68
/
+62
2024-08-15
Fixed resize border width on bottom and right sides
Thorbjørn Lindeijer
1
-4
/
+4
2024-08-04
Removed a bunch of unused NPC related events
Thorbjørn Lindeijer
2
-30
/
+11
2024-08-04
Small code simplification in Button::init
Thorbjørn Lindeijer
1
-10
/
+7
2024-08-04
Reuse Window::ensureOnScreen
Thorbjørn Lindeijer
1
-17
/
+7
2024-06-25
Added online player list to Social window
David Athay
4
-23
/
+105
2024-06-25
Fixed spaces getting added to chat every 50 characters
Thorbjørn Lindeijer
2
-25
/
+2
2024-06-25
Show item links with empty item name.
npc-text-formatting
Andrei Karas
1
-0
/
+11
2024-06-23
Added support for text formatting and links to NPC dialog
Thorbjørn Lindeijer
2
-36
/
+27
2024-06-22
Added support for bold font markup to BrowserBox
Thorbjørn Lindeijer
2
-39
/
+64
2024-06-09
Enable resizing windows from all sides
Thorbjørn Lindeijer
3
-8
/
+25
2024-04-18
Fixed being popup getting stuck under the mouse
Thorbjørn Lindeijer
1
-0
/
+2
2024-04-18
Fixed mouse path debug when graphics are scaled
Thorbjørn Lindeijer
1
-3
/
+0
2024-04-10
Fixed the scaling of the custom cursor
Thorbjørn Lindeijer
1
-5
/
+6
2024-04-08
Added UI debug drawing
Thorbjørn Lindeijer
7
-4
/
+104
2024-04-08
Use ResourceRef<Image> in more places
Thorbjørn Lindeijer
8
-46
/
+29
2024-04-08
Compile fixes for MSYS2 UCRT64
Thorbjørn Lindeijer
2
-5
/
+1
2024-04-02
General code cleanups
Thorbjørn Lindeijer
14
-47
/
+17
2024-04-02
Fixed padding on mini-status window
Thorbjørn Lindeijer
1
-0
/
+2
2024-03-28
Fixed size and child positions for various popups
Thorbjørn Lindeijer
10
-91
/
+66
2024-03-26
Use SDL2 support for color and system mouse cursors
Thorbjørn Lindeijer
2
-101
/
+161
2024-03-26
Added support for HiDPI fonts
Thorbjørn Lindeijer
4
-71
/
+105
2024-03-26
Added functions to draw images at sub-pixel positions
Thorbjørn Lindeijer
1
-1
/
+1
2024-03-25
Avoid string allocations during text rendering and sizing
Thorbjørn Lindeijer
1
-4
/
+11
2024-03-22
Added support for scaling the output
Thorbjørn Lindeijer
6
-44
/
+135
[next]