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
/
net
/
manaserv
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Use a consistent naming style for enum class values
Thorbjørn Lindeijer
2
-6
/
+6
2025-03-13
Removed needless case-insensitive string comparisons
Thorbjørn Lindeijer
1
-0
/
+1
2025-03-07
Removed the functionality to split item stacks
Thorbjørn Lindeijer
3
-9
/
+0
2025-03-07
General code cleanups
Thorbjørn Lindeijer
2
-6
/
+0
2025-03-07
Fixed GeneralHandler deletion when switching server types
Thorbjørn Lindeijer
4
-24
/
+18
2025-03-07
Fixed handling of equipment
Thorbjørn Lindeijer
3
-18
/
+34
2025-03-07
Support triggering attacks and play use ability animations
Thorbjørn Lindeijer
2
-10
/
+38
2025-03-07
Updated manaserv protocol to version 9
Thorbjørn Lindeijer
14
-401
/
+362
2025-03-07
Ability related network message adjustments
Thorbjørn Lindeijer
2
-2
/
+9
2025-03-07
Renamed specials to abilities
Thorbjørn Lindeijer
6
-27
/
+27
2025-01-21
Replaced include guards with #pragma once
Thorbjørn Lindeijer
25
-100
/
+25
2025-01-20
Wrapped xmlNodePtr access with a Node class
Thorbjørn Lindeijer
2
-17
/
+17
2024-10-29
Turned the PlayerRelation struct into an enum class
Thorbjørn Lindeijer
1
-1
/
+1
2024-10-23
Changed SERVER_NOTICE macro to inline function
Thorbjørn Lindeijer
4
-41
/
+37
2024-10-23
Various small fixes to translatable strings
Thorbjørn Lindeijer
2
-6
/
+9
2024-10-08
Do a single logic update each frame
Thorbjørn Lindeijer
2
-11
/
+7
2024-09-27
Replaced for_each_xml_child_node macro with helper class
Thorbjørn Lindeijer
1
-2
/
+2
2024-08-25
Fixed initialization of equipment backend
Thorbjørn Lindeijer
2
-17
/
+11
2024-08-04
Removed a bunch of unused NPC related events
Thorbjørn Lindeijer
1
-33
/
+0
2024-06-25
Added online player list to Social window
David Athay
1
-0
/
+2
2024-04-02
General code cleanups
Thorbjørn Lindeijer
1
-4
/
+2
2024-03-06
General code cleanups
Thorbjørn Lindeijer
20
-37
/
+22
2024-03-04
Fixed character display
Thorbjørn Lindeijer
2
-7
/
+7
2024-03-02
Added support for -y / --server-type parameter
Thorbjørn Lindeijer
2
-4
/
+2
2024-02-22
General code cleanups
Thorbjørn Lindeijer
7
-21
/
+11
2024-02-13
Updated tmwAthena network protocol
Thorbjørn Lindeijer
3
-8
/
+2
2024-02-13
Removed no longer supported admin messages
Thorbjørn Lindeijer
2
-49
/
+0
2024-02-13
General code cleanups
Thorbjørn Lindeijer
1
-3
/
+1
2024-02-09
C++11: Use default member initializers
Thorbjørn Lindeijer
3
-20
/
+10
2024-01-29
Fixed logic error in ManaServ::BeingHandler
Thorbjørn Lindeijer
1
-5
/
+6
2024-01-29
Removed unused includes in various files
Thorbjørn Lindeijer
2
-7
/
+2
2024-01-29
Apply C++11 fixits
Thorbjørn Lindeijer
2
-17
/
+13
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
32
-222
/
+222
2024-01-24
Fixed compilation issues and use of deprecated C++ features
Thorbjørn Lindeijer
1
-1
/
+1
2013-06-08
Fixed MessageIn::getUnreadLength
Thorbjørn Lindeijer
1
-1
/
+4
2013-05-04
Client-side settings are now available from settings.xml
Przemysław Grzywacz
1
-10
/
+0
2013-05-02
Fixed network layer doing delayed actor deletion
Thorbjørn Lindeijer
2
-2
/
+2
2013-04-30
Bumped protocol version to 3
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-27
Always read the attributes.xml file
Thorbjørn Lindeijer
5
-485
/
+8
2012-10-11
Client side patch for change of sending order of gender
Erik Schilling
2
-8
/
+13
2012-10-11
Give feedback when guild invite failed
Erik Schilling
1
-0
/
+4
2012-08-12
Fixed special keeping in list after serverside remove
Erik Schilling
1
-0
/
+1
2012-07-25
Added handler to display text particles sent by server
Erik Schilling
3
-0
/
+14
2012-05-25
Fixed skill display for manaserv
Erik Schilling
2
-1
/
+3
2012-05-06
Small protocol fix for NPC messages
Thorbjørn Lindeijer
1
-1
/
+1
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
5
-21
/
+119
2012-05-05
Removed the shared base classes of MessageIn and MessageOut
Thorbjørn Lindeijer
38
-114
/
+272
2012-04-19
Client side fix for manaserv guild system
Erik Schilling
2
-6
/
+36
2012-04-04
Synced specials to latest manaserv changes
Erik Schilling
2
-4
/
+13
2012-04-01
Made changes to compile on Mac OSX 10.6 and later
David Athay
1
-0
/
+1
[next]