polserver/pol-core/pol/network
turleypol 6a2bd7c705 Merge remote-tracking branch 'origin/master' into vector_classes
* origin/master: (93 commits)
  Add support for dictionary creation (#277)
  Add do-while statement (#276)
  Add foreach loops (#275)
  New compiler: array initialization (#274)
  Disambiguator: figure out if label is a case statement dispatch selector, or should apply to a statement within the case dispatch group's block. (#273)
  New compiler: Add support for case statements (#272)
  Change "logical" to "bitwise". (#258)
  Fix divide-by-zero errors, and mask FormatError if it were thrown in a destructor. (#271)
  Add break and continue statements. (#270)
  New compiler: assignment to local and global variables. (#269)
  Add support for while loops (#268)
  Optimize if statements, and emit module functions in legacy order (#267)
  Optimizations: binary operators (#266)
  Add binary operators (#265)
  Add support for const declarations (#264)
  Handle default parameter values, pass-by-name, and return statements in functions. (#263)
  Add limited support for user functions (#262)
  New compiler: add return and exit statements (#261)
  Add support for if-then-else statements (#259)
  OG compiler: set module to Mod_Basic when a token is an identifier (#257)
  ...
2020-09-06 20:14:26 +02:00
..
auxclient.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
auxclient.h Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
bannedips.cpp Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
bannedips.h Formating everything 2016-02-19 19:26:35 +01:00
cgdata.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
cgdata.h CloseCustomHouse hook gets called when client disconnects 2019-12-28 13:55:25 +01:00
client.cpp dont assume a tainted string by default 2019-01-12 17:14:05 +01:00
client.h Changed socket error from an exception to only log + disconnect client 2019-10-11 19:32:05 +02:00
clientio.cpp Removed one use of inet_ntoa, need to remove the rest later. There may be compatibility issues with older windows. 2019-03-08 00:12:47 +01:00
clientio.h Reorganizing and cleaning up 2019-03-07 23:15:41 +01:00
clientthread.cpp network compiles again 2020-04-05 14:38:01 +02:00
clientthread.h Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
clienttransmit.cpp Add exit_code to uo::Shutdown() (#176) 2020-08-03 20:30:27 +02:00
clienttransmit.h removed dependency to boost::noncopyable 2019-02-10 14:00:55 +01:00
cliface.cpp clang formatting 2018-07-31 16:16:19 +02:00
cliface.h Changed classes to be final if possible, removed override macro 2018-10-09 09:47:27 +02:00
iostats.cpp Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
iostats.h Formating everything 2016-02-19 19:26:35 +01:00
msgfiltr.cpp moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
msgfiltr.h Formating everything 2016-02-19 19:26:35 +01:00
msghandl.cpp packet handling 2020-03-04 19:21:23 +01:00
msghandl.h packet handling 2020-03-04 19:21:23 +01:00
packetdefs.cpp simplified code 2020-04-05 14:58:50 +02:00
packetdefs.h network compiles again 2020-04-05 14:38:01 +02:00
packethelper.h Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
packethooks.cpp NULL to nullptr 2018-07-31 14:30:29 +02:00
packethooks.h Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
packetinterface.h removed dependency to boost::noncopyable 2019-02-10 14:00:55 +01:00
packets.cpp packet handling 2020-03-04 19:21:23 +01:00
packets.h Reorganize regions and realms (#228) 2020-08-17 22:29:07 +02:00
pktboth.h packet handling 2020-03-04 19:21:23 +01:00
pktbothid.h packet handling 2020-03-04 19:21:23 +01:00
pktdef.h moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
pktin.h Add dummy packet handler for 0xFA and 0xFB 2019-12-29 11:42:03 +01:00
pktinid.h Add dummy packet handler for 0xFA and 0xFB 2019-12-29 11:42:03 +01:00
pktni.h moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
pktniid.h moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
pktout.h moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
pktoutid.h moved pkt headers into network folder 2018-12-30 21:35:54 +01:00
sockio.cpp removed some ancient macros from clib.h 2019-08-25 09:05:15 +02:00
sockio.h Removed one use of inet_ntoa, need to remove the rest later. There may be compatibility issues with older windows. 2019-03-08 00:12:47 +01:00
xbuffer.h more network specific code moved 2018-12-30 21:58:07 +01:00