Commit Graph

39 Commits

Author SHA1 Message Date
Leifa
47c971fac1
Dropped Qt5, drop backward compatibility/feature list (#362)
* Dropped Qt5, ...

Resolve #360, resolve #361

* Dropped Qt5
  * Now targets Qt6.5
* Dropped backward compatibility/feature list

* Updated AOPacket tests

* Update RT to guarantee two parameters

* Format changes

* Missing include

* Resolved failed RT packet test
2024-07-14 15:48:13 +02:00
Leifa
040f5a3216
Playerlist and repository structure changes (#358) 2024-06-23 18:57:56 +02:00
Cerapter
b740f5a3cd Relocate akashi into a subdirectory.
Will be used to make space for tests as well.
2021-04-23 18:29:33 +02:00
in1tiate
87fe5c214d Update all QSettings instances to use UTF-8 2021-04-22 20:02:18 -05:00
MangosArentLiterature
9c3cd12202 Add a size limit to packets and a configurable maximum character limit for messages
- Limits packets to under 16KB
- Adds a configurable option to config.ini for setting the maximum amount of characters in an IC/OOC message
- Limits the size of OOC names to 30 chars
   - The client already limits this, but this is an added precaution.
- Limits the length of shownames to 30 chars
- Implements shownames_allowed for areas, for toggling whether shownames are allowed for messages in that area
2021-04-19 19:44:46 -05:00
MangosArentLiterature
cf1e1cfc95 Add /togglemusic
- Adds /togglemusic to toggle whether music can be played in an area. CM's can still play music.
- Add toggle_music option to area.ini to set the default value in an area. Default value is set to true.
- Also fixes a missing period in the documentation for force_immediate. Because I noticed it.
2021-04-18 20:21:17 -05:00
in1tiate
6ed4909088 add ability to force immediate text processing 2021-04-14 16:32:24 -05:00
MangosArentLiterature
c2d1286e27 Merge branch 'master' into config-loading 2021-04-13 15:53:24 -05:00
MangosArentLiterature
86c25555b2 Add a new method of loading values from config.ini
- Centralizes the loading of values from config.ini, loading them all in at server start and holding them in memory.
- Removes all other methods of loading config.ini values and replaces them with references to these central values.
- Removes getServerName() and getDiceValue()
2021-04-09 19:18:46 -05:00
MangosArentLiterature
ea0df75a88 Merge branch 'master' into mod-commands 2021-04-07 00:45:56 -05:00
scatterflower
5f405c20bc
Merge pull request #57 from Salanto/allow_blankposting-command
Add allow_blankposting-command
2021-04-07 00:31:15 -05:00
MangosArentLiterature
ea131504e7 Prevent additive text between different characters. 2021-04-06 23:45:47 -05:00
MangosArentLiterature
d98eedd6e9 Add /judgelog command
Adds a judgelog to each area and a helper function to update it. Adds /judgelog to retrieve it.
2021-04-06 00:41:28 -05:00
Salanto
c841f74196 Add allow_blankposting-command
+ update sample config
2021-04-05 23:18:08 +02:00
Cerapter
c13a2d06f9 Merge branch 'master' into feature/docs 2021-03-24 21:02:21 +01:00
Cerapter
243caf4292
Add docuumentation to AreaData
Also patch up a few errors with the ConfigManager documentation.
2021-03-13 16:35:58 +01:00
in1tiate
a62b12fb7a fix area config reading based on sanitized name 2021-03-12 05:01:31 -06:00
in1tiate
ee9ae6d7c6 rework characters_taken to be a QList<int> 2021-03-11 20:09:04 -06:00
scatterflower
1d4c1b8cda add all evidence mods EXCEPT hiddencm 2021-03-11 02:05:38 -06:00
scatterflower
5b328859cd
Merge pull request #20 from AttorneyOnline/in1tiate/commands-uwu
Add /help, /status, /forcepos, /currentmusic, /pm; 2.9 compatibility fixes
2021-03-11 00:32:41 -06:00
in1tiate
556fe9a0b1 improve arup function, add /status 2021-03-10 19:39:46 -06:00
scatterflower
4ff32f099e
Merge branch 'master' into feature/iniswap_lock 2021-03-09 14:04:32 -06:00
in1tiate
5d4a3700ed config bg lock, fail if modpass is empty 2021-03-09 13:32:08 -06:00
in1tiate
088b34064f add iniswap locking 2021-03-09 13:23:32 -06:00
in1tiate
e65caf2a59 probably initializing the timers would be a good idea 2021-03-06 00:00:50 -06:00
in1tiate
49bad39ec1 nonfunctional initial commit 2021-03-05 23:53:36 -06:00
in1tiate
954e64831c fix some config shenanigans 2021-03-03 01:44:41 -06:00
in1tiate
e30a91e8f7 fix previously nonfunctional area protection 2021-03-02 21:58:41 -06:00
in1tiate
f607be2d6c fix crash in logger, add (nonfunctional) protected area flag 2021-03-02 21:44:08 -06:00
in1tiate
033d4f93e5 add CMing and document commands 2021-02-27 17:36:21 -06:00
scatterflower
73381f97ef some logging improvements 2020-10-08 00:19:13 -05:00
scatterflower
288e8ffa49 add modcall and IC logging 2020-10-04 14:35:45 -05:00
scatterflower
7c6b892fb9 add background changing 2020-09-29 04:49:16 -05:00
scatterflower
0fb7ab5fa3 implement hp bars 2020-09-09 06:15:32 -05:00
scatterflower
caeda501c3 implement area updates 2020-09-01 01:08:21 -05:00
scatterflower
dc932451e6 add music, lay groundwork for areas 2020-08-30 01:25:30 -05:00
scatterflower
75ec4175fd add license info to files 2020-08-26 02:08:54 -05:00
scatterflower
42df56942b clang format, and indentation change 2020-08-25 07:07:08 -05:00
scatterflower
be8d8b215e you can add characters now 2020-08-25 06:56:40 -05:00