summaryrefslogtreecommitdiff
path: root/src/net/ea/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in net directory.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-05Fix compilation warning.Andrei Karas1-0/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-08-29Fix compilation with different compilation options.Andrei Karas1-0/+1
2015-08-29Fix code style.Andrei Karas1-10/+1
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-99/+0
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-6/+13
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-21Call postInit after each window creation.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-2/+8
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas1-13/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas1-1/+1
2014-10-17Add static in chatserverhandler.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-4/+0
2014-09-14Move setCharCreateDialog from ea namespace into eathena and tmwa.Andrei Karas1-38/+0
2014-09-13Move processCharCreate from ea namespace into eathena and tmwa.Andrei Karas1-18/+0
2014-09-07Remove unused includes.Andrei Karas1-4/+0
2014-09-06add packet comments into charserverhandler.Andrei Karas1-2/+2
2014-08-30Remove additional parameters from processCharMapServer function.Andrei Karas1-28/+0
2014-08-30Remove additional parameters from processCharMapInfo function.Andrei Karas1-35/+0
2014-08-30Remove additional parameters from processCharCreate function.Andrei Karas1-3/+2
2014-08-28Removed unused includes.Andrei Karas1-0/+2
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-3/+12
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-3/+5
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-5/+5
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-2/+2
2014-05-29Move many variables from client into settings.Andrei Karas1-2/+3
2014-05-20Move character into separate file.Andrei Karas1-0/+1
2014-05-16Move dialog type into separate file.Andrei Karas1-2/+3
2014-05-02Add option "use same ip" for each server.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26add restrict into charserverhandler.Andrei Karas1-6/+7
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-2/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+2
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-24improve getState/setState in Client.Andrei Karas1-3/+3