polserver/pol-core/pol/module
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
..
attributemod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
attributemod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
basiciomod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
basiciomod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
basicmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
basicmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
boatmod.cpp Partial fixes for boats. At least the absolute movement to x,y,z,Realm should be compiling. Only turns and relative movements left! 2020-04-12 00:17:30 +02:00
boatmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
cfgmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
cfgmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
clmod.cpp Minor fixes 2020-04-05 23:16:44 +02:00
clmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
datastore.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
datastore.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
datastoreimp.h Changed classes to be final if possible, removed override macro 2018-10-09 09:47:27 +02:00
fileaccess.h Include and buildsystem cleanup (#45) 2018-01-29 21:55:48 +01:00
filemod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
filemod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
guildmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
guildmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
httpmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
httpmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
mathmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
mathmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
npcmod.cpp shame one me just changed inrange functions instead of reimplementing 2020-04-12 22:24:54 +02:00
npcmod.h Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
osmod.cpp Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
osmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
partymod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
partymod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
polsystemmod.cpp Add maximum cmdlevel to polsys::ListTextCommands() (#231) 2020-08-19 07:19:30 +02:00
polsystemmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
sqlmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
sqlmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
storagemod.cpp Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
storagemod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
unimod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
unimod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
uomod.cpp Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
uomod.h Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
uomod2.cpp Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
uomod3.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
uomod4.cpp Merge remote-tracking branch 'origin/master' into vector_classes 2020-09-06 20:14:26 +02:00
utilmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
utilmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00
vitalmod.cpp Script option enhancements (#118) 2020-02-08 09:21:35 +01:00
vitalmod.h General cleanup of module includes (#253) 2020-08-29 11:35:13 +02:00