high
7049fd65cd
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
...
Conflicts:
TShockAPI/Properties/AssemblyInfo.cs
2011-08-05 00:40:24 -04:00
high
363d528dfb
Lower cased the command names
2011-08-05 00:39:24 -04:00
Lucas Nicodemus
a0ad2a63d7
VERSION TICK: 3.2.0.0804
2011-08-04 22:35:44 -06:00
high
0801281c91
Added exception handler to initialize. For some reason CurrentDomain_UnhandledException isn't catching it.
2011-08-04 18:11:14 -04:00
high
b283fe370d
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2011-08-04 16:57:23 -04:00
high
1cd0220d02
Added /netdump and /netflush
2011-08-04 16:56:45 -04:00
high
65df558f33
Removed debug code
2011-08-04 16:55:48 -04:00
Twitchy
2c4625e426
Adds SQL Queries for Update, Read and Insert
2011-08-04 21:53:02 +12:00
high
a0d2fe1427
NUMERIC should have been INTEGER
2011-08-04 00:26:36 -04:00
high
1a801b268c
All managers now use querybuilder for creating tables to make for easy changes.
2011-08-03 19:55:23 -04:00
high
423a33325a
Finished:
...
-sqlite altering
-implemented mysql
Todo:
-Merge SqlTableCreator into the querybuilders or make it static
-Make all the managers use the querybuilder for making tables. (See GroupManager.cs for an example)
-Implement more datatypes (see TypesAsStrings in IQueryBuilder.cs)
2011-08-03 18:37:42 -04:00
high
3e045d51bf
Added Random.NextString
...
Rename IQueryCreator to IQueryBuilder
2011-08-03 04:22:20 -04:00
high
9d4e2d6d9b
Refactor changes didn't save
2011-08-03 02:55:12 -04:00
high
4bab43466c
Adding classes to make querying between sqlite/mysql easier
2011-08-03 02:52:44 -04:00
high
012b4e3614
Using foreach wrong
2011-08-02 19:45:20 -04:00
high
df196ae632
Moved extensions
2011-08-02 19:29:15 -04:00
high
c505889f79
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2011-08-02 17:32:20 -04:00
high
fd9495fdf7
version tick
2011-08-02 17:32:02 -04:00
high
9404c078dc
Add exception handling
2011-08-02 17:31:53 -04:00
high
cc907b9e09
Use the DBExt query functions
2011-08-02 17:24:30 -04:00
high
1d042fccaa
Added packet buffering
2011-08-02 17:16:56 -04:00
Twitchy
f49ffe7647
Added TP Lock for modders
2011-08-03 08:02:41 +12:00
Twitchy
de0f7e2c2b
Merge branch 'general-devel' of github.com:TShock/TShock
2011-08-02 23:21:16 +12:00
Twitchy
dd33927e76
Added private/public warps. Todo before release - make warps with spaces hide. (Too tired. Cannot finish)
2011-08-02 23:18:53 +12:00
Lycaonj
b103725422
Added sanity checks when loading UserIds from the Regions table. Fixes small gotcha when using the .NET Split() function.
2011-08-01 19:11:29 -05:00
high
b9cb3e69e1
db.open/close not needed with new query functions
2011-08-01 19:34:09 -04:00
high
6f26cc0dc5
Fixed the query helper functions
2011-08-01 19:33:15 -04:00
high
5cb8e019bf
Updated api to 1.6 (for incoming networking improvements)
2011-08-01 18:50:16 -04:00
Twitchy
f95fdf5085
Fix group inheritance
2011-08-01 16:46:42 +12:00
Twitchy
b1a64267bb
No more client crashing on TP. Removed sending large tile square. Server Lag on Tp gone.
2011-08-01 16:22:46 +12:00
Deathmax
75f3d3c046
out of range check when reading chat colors.
2011-07-31 22:56:44 +08:00
Deathmax
279b8ef9e2
Load chat colours into groups.
2011-07-31 22:09:29 +08:00
Deathmax
ee58ccb496
Handle chat messages so that they don't display twice.
2011-07-31 21:48:18 +08:00
Deathmax
247d96e1c3
Merge remote-tracking branch 'origin/general-devel' into general-devel
2011-07-31 20:34:21 +08:00
Deathmax
43b05ec3ef
Add checks to projectile packet to prevent client crashing.
...
(out of range and float NaN issue)
2011-07-31 20:33:41 +08:00
Twitchy
5ff8680ccb
Adds chat colors to player groups.
2011-07-31 23:36:21 +12:00
Deathmax
031721c169
Remove Twitchy's item.txt generation
2011-07-31 14:24:50 +08:00
Twitchy
629eb01191
Merge branch 'general-devel' of github.com:TShock/TShock
2011-07-31 16:13:14 +12:00
Twitchy
0438d0ffce
Fix OrderBy removal
2011-07-31 16:11:58 +12:00
Lucas Nicodemus
98711bd05c
Merge pull request #275 from Lycaonj/general-devel
...
General devel
2011-07-30 20:41:37 -07:00
Lycaonj
19df6bb009
Fixed incorrect parameter name in the Unban method (from @ip to @0) which was causing ban removals to fail.
2011-07-30 22:35:36 -05:00
Lycaonj
2eeabb4c2f
Added null reference check when unbanning a player name and EnableBanOnUsernames is set to false. Few grammar related fixes related to unbanning.
2011-07-30 22:34:04 -05:00
Twitchy
b09b0ba9f2
Fixes RememberPosManager and player sprites showing on server, when they are not there
2011-07-31 15:31:57 +12:00
Lucas Nicodemus
5ec03c8e08
Fixed /unban not working with BanOnUsernames disabled.
2011-07-30 20:59:10 -06:00
Lucas Nicodemus
e990732da3
Log spew!
2011-07-30 17:01:43 -06:00
Lucas Nicodemus
1e2fa5cc74
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2011-07-30 16:58:54 -06:00
Lucas Nicodemus
fe2d7e443c
Implemented default registration groups
2011-07-30 16:58:36 -06:00
Zack Piispanen
42fb9d8292
Items can now be banned/unbanned in game by users with permission group manageitem and by using /addItem name/id as well as /delItem name/id
2011-07-29 18:51:53 -04:00
Twitchy
7dea80bb2f
DBEditor will add permissions from the Table already, plugins can insert their own Permissions now
2011-07-29 22:29:17 +12:00
Twitchy
b291e25f94
Fix players appearing to still be on server on world load after incorrect exit
2011-07-29 21:35:33 +12:00