Commit graph

1411 commits

Author SHA1 Message Date
Lucas Nicodemus
45bf75c7b7 Add PlayerDamage hook 2012-01-01 02:01:21 -07:00
Lucas Nicodemus
439efac901 Add ItemDrop hook 2012-01-01 01:57:18 -07:00
Lucas Nicodemus
5c9639c9c1 Add PlayerBuff hook 2012-01-01 01:53:03 -07:00
Lucas Nicodemus
cc51e95eba Add NPCHome hook 2012-01-01 01:49:36 -07:00
Lucas Nicodemus
f04da74f8b Copy paste fail 2011-12-31 22:11:37 -07:00
Lucas Nicodemus
addea02fb7 Sign hook 2011-12-31 22:11:09 -07:00
Lucas Nicodemus
9c9769fd5e Add ChestItemChange hook 2011-12-31 21:37:16 -07:00
Lucas Nicodemus
f3379b512c Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 21:31:22 -07:00
Lucas Nicodemus
0c340681bf Add ChestOpen hook 2011-12-31 21:31:01 -07:00
high
5244c2aab7 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 23:26:07 -05:00
high
4e2b6fe313 Fixed group being used before being set again... 2011-12-31 23:25:56 -05:00
Lucas Nicodemus
11ec932d35 The PlayerSpawn hook now magically has actual spawn stuff as opposed to liquid stuff because we were testing Campfire and Gitlive 2011-12-31 21:21:44 -07:00
Lucas Nicodemus
6b8c4ab2a1 Remove test 2011-12-31 21:11:07 -07:00
Lucas Nicodemus
abfdd43f8f Test 2011-12-31 21:10:21 -07:00
Lucas Nicodemus
e6f3b5c467 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 21:06:24 -07:00
high
06774bd830 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 23:06:08 -05:00
Lucas Nicodemus
3646b2df5a Remove test 2011-12-31 21:06:06 -07:00
high
1b8e48b5bf Fixed args.Player.Group being used before being set 2011-12-31 23:05:54 -05:00
Lucas Nicodemus
90747ddee0 Commit 2011-12-31 21:03:07 -07:00
Lucas Nicodemus
6315cf718a Remove test commit 2011-12-31 20:21:27 -07:00
Lucas Nicodemus
b7da6607fc Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 20:18:18 -07:00
Lucas Nicodemus
0bbf890d52 Test commit 2011-12-31 20:18:01 -07:00
high
eaaa657b14 Fixed inconsistencies in events. 2011-12-31 22:04:31 -05:00
Lucas Nicodemus
3618acb0d1 Remove extra comma 2011-12-31 19:52:29 -07:00
Lucas Nicodemus
4f6b564a73 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 19:48:21 -07:00
Lucas Nicodemus
34db4b782a Add a fuckton of hooks. 2011-12-31 19:48:10 -07:00
DarkunderdoG
4a938af2ec Edited to try and fix warp client crashes 2011-12-31 20:47:54 -06:00
Lucas Nicodemus
8685e8d710 Tabs, not spaces please. 2011-12-31 19:18:40 -07:00
Lucas Nicodemus
89320faf01 Added hook for KillMe 2011-12-31 19:13:13 -07:00
Lucas Nicodemus
bada3f4c24 Add TileKill hook 2011-12-31 18:59:39 -07:00
high
c5bb82529c Fixed public EventArgs names
Fixed EventArgs types
Enabled project xml output
2011-12-31 20:05:28 -05:00
high
ab65c30ce6 Added -dump switch which dumps permissions/config options
Dumps are now alphabetical.
2011-12-31 19:10:17 -05:00
high
bf238768b4 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-31 18:22:55 -05:00
high
41be28b5a3 Added blob type to sqlite 2011-12-31 18:22:07 -05:00
Lucas Nicodemus
73bf4857eb Invalid expression term semicolon fuck off. 2011-12-31 16:18:34 -07:00
Lucas Nicodemus
89b70f5612 Turn that stupid thing on by default. 2011-12-31 16:14:42 -07:00
Lucas Nicodemus
a8e93455c9 Add an event for PlayerInfo 2011-12-31 13:49:14 -07:00
Lucas Nicodemus
94f5f12d46 Remove configuration option for sync players 2011-12-31 13:41:55 -07:00
Lucas Nicodemus
e52dba26f7 Add a hook for PlayerMana
Remove code dealing with sync players
2011-12-31 13:40:14 -07:00
Lucas Nicodemus
dff87a1749 Added some more hooks 2011-12-31 13:31:16 -07:00
Lucas Nicodemus
761b023907 Added a hook for when pvp is toggled. 2011-12-31 13:14:54 -07:00
high
5ba0efb5cc Forgot to implement handlelist -= handler 2011-12-30 22:34:53 -05:00
Lucas Nicodemus
ee5e465218 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-30 20:07:36 -07:00
Lucas Nicodemus
0170f9d348 Added several aliases for broadcast 2011-12-30 20:07:11 -07:00
high
e6c6768bcd Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
Conflicts:
	TShockAPI/GetDataHandlers.cs
2011-12-30 21:39:56 -05:00
high
5816b5badd Added + operator to HandlerList<T>. Now it works just like events meaning you don't have to initialize it. Note that means you also cannot call 'Register' unless you create an instance first.
You can do 'TileEdit += HandlerList<TileEditEventArgs>.Create(test, priority, true);'. Which 'Create' takes the same parameters as Register.
Or if you don't need the parameters you can do 'TileEdit += test;'.
2011-12-30 21:36:40 -05:00
darkunderdog
f6ba0bde4b Merge branch 'general-devel' of ssh://github.com/TShock/TShock into general-devel 2011-12-30 20:35:11 -06:00
darkunderdog
53231c0622 fixed wording in config for allowloginanyusername 2011-12-30 20:33:08 -06:00
Lucas Nicodemus
d04256ee53 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-12-30 19:30:19 -07:00
Lucas Nicodemus
4d5a0ed728 Added new REST function - /users/activelist - Gets the list of active, logged in user accounts, not player/character names. 2011-12-30 19:29:58 -07:00