index
:
asuratva/plus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
ipc.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-2
/
+2
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-09-15
Fix code style.
Andrei Karas
1
-2
/
+3
2017-09-07
Fix possible thread structure memory leak on SDL2 if thread terminated before...
Andrei Karas
1
-3
/
+1
2017-08-21
Remove useless else.
Andrei Karas
1
-4
/
+2
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-2
/
+2
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-11
/
+11
2017-05-08
Fix leaks in ipc.
Andrei Karas
1
-0
/
+1
2017-05-08
Allow run ipc commands before connected to server.
Andrei Karas
1
-0
/
+21
2017-05-08
Add command line parameter --enable-ipc for enable ipc at start.
Andrei Karas
1
-0
/
+1
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-08-09
Add some missing checks to other files found by paranucker.
Andrei Karas
1
-2
/
+2
2015-08-03
Add gui mode for dyecmd. Now only basic code added.
Andrei Karas
1
-0
/
+3
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-2
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-08-01
Fix code style.
Andrei Karas
1
-10
/
+8
2014-07-29
Use thread safe way for ipc interaction.
Andrei Karas
1
-3
/
+30
2014-07-19
In ipc replace some other SDL_net calls into TcpNet.
Andrei Karas
1
-2
/
+2
2014-07-19
Remove unused include from ipc.
Andrei Karas
1
-2
/
+0
2014-07-19
Reorder variables in ipc.
Andrei Karas
1
-3
/
+3
2014-07-19
Fix memory leak in ipc on client exit.
Andrei Karas
1
-4
/
+13
2014-07-19
In ipc code replace SLD_net into tcpnet.
Andrei Karas
1
-22
/
+22
2014-07-19
Fix memory leak with ipc port selection.
Andrei Karas
1
-3
/
+7
2014-07-19
Fix possible infinite loop in ipc code.
Andrei Karas
1
-5
/
+5
2014-07-19
Remove from ipc code try/catch and add missing check.
Andrei Karas
1
-42
/
+34
2014-07-19
Fix different style issues in ipc code.
Andrei Karas
1
-34
/
+28
2014-07-19
fix warnings from mplint
Vincent Petithory
1
-0
/
+2
2014-07-19
IPC: remove message typesr; forward raw string to chatInput
Vincent Petithory
1
-38
/
+9
2014-07-19
IPC: fix copyright
Vincent Petithory
1
-1
/
+1
2014-07-19
Add IPC:
Vincent Petithory
1
-0
/
+208