in1tiate
|
2a8ed66c4f
|
rework getClient into getClientsByIpid, alter /ban and /kick to report number of clients affected
|
2021-03-14 12:11:18 -05:00 |
|
in1tiate
|
a62b12fb7a
|
fix area config reading based on sanitized name
|
2021-03-12 05:01:31 -06:00 |
|
in1tiate
|
32c2d6a5e2
|
Merge branch 'master' into motd
|
2021-03-11 21:45:49 -06:00 |
|
in1tiate
|
ee9ae6d7c6
|
rework characters_taken to be a QList<int>
|
2021-03-11 20:09:04 -06:00 |
|
Salanto
|
06864e115a
|
Make MODT editable - Part 1
|
2021-03-12 00:44:27 +01:00 |
|
Salanto
|
3e1f9825ca
|
motd. Can't get simpler than that.
|
2021-03-11 22:42:47 +01:00 |
|
scatterflower
|
eba21d9108
|
Merge pull request #22 from AttorneyOnline/fix/area-sort
Fix areas being sorted lexicographically by storing a numerical position in the area name and sorting numerically
|
2021-03-11 13:42:58 -06:00 |
|
in1tiate
|
9d10431da7
|
store a position in area config and sort areas numerically
|
2021-03-11 09:57:41 -06:00 |
|
in1tiate
|
d1918e50a9
|
add area_kick, switch, randomchar
|
2021-03-09 18:09:28 -06:00 |
|
in1tiate
|
9985b7daf8
|
fix bounds checking, add /play
|
2021-03-09 17:43:20 -06:00 |
|
in1tiate
|
e65caf2a59
|
probably initializing the timers would be a good idea
|
2021-03-06 00:00:50 -06:00 |
|
in1tiate
|
f46eeeb94f
|
Merge branch 'master' into in1tiate/cming
|
2021-03-04 05:24:06 -06:00 |
|
Salanto
|
f2fe5227d6
|
Formatting if-else, Minor Nitpick
|
2021-03-03 18:36:20 +01:00 |
|
in1tiate
|
954e64831c
|
fix some config shenanigans
|
2021-03-03 01:44:41 -06:00 |
|
Salanto
|
10072aa9fc
|
Corrected datatype in header and function
|
2021-03-03 01:49:10 +01:00 |
|
Salanto
|
c696e7d525
|
Attempted a smarter approach at handling negative numbers
|
2021-03-03 01:23:36 +01:00 |
|
in1tiate
|
080e215fb3
|
cherrypick additional functionality from Salanto:Rolling-Rocks
|
2021-02-28 18:12:42 -06:00 |
|
Salanto
|
11066acdb3
|
Add method to configure the server name
+ Remove some redundant code to make use of this method
|
2021-02-28 00:45:54 +01: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
|
0a29665927
|
allow selection of listen address
|
2020-10-07 01:48:10 -05:00 |
|
scatterflower
|
d76301cfcd
|
general cleanup, net debug switch
|
2020-10-06 13:45:28 -05:00 |
|
scatterflower
|
ae6a6f7e94
|
implement pairing and other ic features
|
2020-10-05 15:57:30 -05:00 |
|
scatterflower
|
7c6b892fb9
|
add background changing
|
2020-09-29 04:49:16 -05:00 |
|
scatterflower
|
d4c52e9b65
|
implement advanced permissions system
|
2020-09-29 01:16:38 -05:00 |
|
scatterflower
|
594782d19c
|
begin working on bans
|
2020-09-27 16:53:03 -05:00 |
|
scatterflower
|
85b3b1fe14
|
do thing properly hehheheheh
|
2020-09-04 14:39:21 -05:00 |
|
scatterflower
|
20276891e6
|
fix memory leak from incorrect delete call
|
2020-09-03 01:03:41 -05:00 |
|
scatterflower
|
849a74fdc3
|
manage our memory better
|
2020-09-02 15:36:10 -05:00 |
|
scatterflower
|
5969157801
|
change music category name so that webAO likes it
|
2020-09-02 08:53:09 -05:00 |
|
scatterflower
|
619b42e1bb
|
fix up all config file paths
|
2020-09-02 08:51:14 -05:00 |
|
scatterflower
|
002136ac63
|
add default config files
|
2020-09-02 08:31:27 -05:00 |
|
scatterflower
|
24dfc3cdb8
|
add validation for extra config files
|
2020-09-02 08:23:23 -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
|
966fcb996b
|
add webao support
|
2020-08-26 13:56:50 -05:00 |
|
scatterflower
|
75ec4175fd
|
add license info to files
|
2020-08-26 02:08:54 -05:00 |
|
scatterflower
|
772e850d37
|
massive refactor ty longbyte
|
2020-08-26 01:28:00 -05:00 |
|
scatterflower
|
676b4cbf56
|
remove player count test woops
|
2020-08-25 15:58:21 -05:00 |
|
scatterflower
|
9cbf2a526e
|
fix taken characters list getting messed up
|
2020-08-25 15:56:56 -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 |
|
scatterflower
|
274c217e52
|
clang format
|
2020-08-25 01:51:57 -05:00 |
|
scatterflower
|
e342c45806
|
implement more packets
|
2020-08-25 01:51:30 -05:00 |
|
scatterflower
|
50f795b606
|
implement unfinished framework for loading
|
2020-08-24 16:22:06 -05:00 |
|
scatterflower
|
14088fccf2
|
add ipid
|
2020-08-24 14:35:56 -05:00 |
|
scatterflower
|
5c5e112cbc
|
implement handshake
|
2020-08-24 04:16:19 -05:00 |
|
scatterflower
|
2d5b257799
|
implement server groundwork
|
2020-08-24 01:18:17 -05:00 |
|
scatterflower
|
0ab0fcd060
|
cleanup some things
|
2020-08-23 21:30:38 -05:00 |
|
scatterflower
|
0359628645
|
proper aopacket type
|
2020-08-23 15:23:12 -05:00 |
|