Cooldude2606
1ccc7fbcc6
Merge pull request #195 from bbassie/feature/task-list-update
...
Tasklist redesign
2021-04-29 23:04:48 +01:00
Cooldude2606
909f4ce426
Removed player editing during add_task
2021-04-29 22:46:17 +01:00
bbassie
dfcefb3a1b
Merge branch 'feature/task-list-update' of https://github.com/bbassie/scenario into feature/task-list-update
2021-04-28 00:28:51 +02:00
bbassie
a3fe06b1f8
Fix documentation and some names of functions, variables and arguments
2021-04-28 00:25:19 +02:00
Bastiaan
0f5868378a
Fix documentation modules/control/tasks.lua
...
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com >
2021-04-27 23:16:18 +02:00
Cooldude2606
2e1e024ac7
Merge branch 'dev' into feature/entity-alert
2021-04-26 00:21:48 +01:00
Cooldude2606
2df7482a77
Implemented requested changes
2021-04-26 00:20:55 +01:00
Cooldude2606
7dbb22f575
Merge branch 'dev' into feature/spectate
2021-04-25 23:53:34 +01:00
Cooldude2606
ca25dc7cb7
Implemented requested changes
2021-04-25 23:52:19 +01:00
bbassie
ea24477175
Fixed some of the requested changes
...
* Made add_task and update_task have consistent arguments
* Removed default task title and body
* Task list resized to fit to 10 items
2021-04-25 22:26:22 +02:00
Cooldude2606
43d5ff7741
Added renderer and selection events
2021-04-24 21:05:34 +01:00
Cooldude2606
d83f1e3aea
Fixed protection issues
2021-04-24 21:05:11 +01:00
Cooldude2606
891663edb9
Added protection commands
2021-04-24 18:04:33 +01:00
Cooldude2606
fb51f06c84
Added comments to selection
2021-04-24 17:04:42 +01:00
Cooldude2606
f4afe8baeb
Ignore entity if player is last user
2021-04-24 02:05:23 +01:00
Cooldude2606
7fb1a14cb3
Changed ignore_role to ignore_permission
2021-04-24 01:53:05 +01:00
Cooldude2606
43cb24f396
Added protection control
2021-04-24 01:43:58 +01:00
Cooldude2606
f195635dc3
Added selection name filtering
2021-04-24 00:38:26 +01:00
Cooldude2606
e9ec57225b
Added Selection.get_arguments
2021-04-24 00:28:19 +01:00
Cooldude2606
effdb97387
Added selection control
2021-04-24 00:26:24 +01:00
bbassie
8674704f15
Fix docs gen param argument name mismatch
...
param and formal argument name mismatch: 'task_title' 'message_title'
param and formal argument name mismatch: 'task_body' 'message_body'
2021-04-16 22:50:16 +02:00
Cooldude2606
d485e21480
Fixed calling set_controller during on_close
2021-04-16 18:13:41 +01:00
bbassie
eeb9f31b57
Basic task with title and body implementation
...
- Parsing of the message is a bit low effort and will need to be improved.
2021-04-14 00:24:52 +02:00
Cooldude2606
70664ffd0c
Made requested changes
2021-04-08 18:08:41 +01:00
Cooldude2606
3c718fa081
Fixed empty reasons
2021-04-05 22:50:16 +01:00
Cooldude2606
f56eb4c145
Added spectate commands
2021-03-31 01:06:57 +01:00
Cooldude2606
57434f4b68
Added spectate control
2021-03-31 00:43:57 +01:00
Cooldude2606
8431b2e80a
Merge pull request #190 from bbassie/feature/warp-net-id
...
Feature: Warps need to be connected to the same electricity network
2021-03-30 03:58:44 +01:00
Cooldude2606
023e142d24
Apply suggestions from code review
...
All changes where corrections to spelling and grammar in comments.
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com >
2021-03-30 03:39:11 +01:00
Cooldude2606
395d747812
Merge pull request #173 from bbassie/feature/vehicle-warp
...
Added ability to warp while driving in a vehicle
2021-03-30 02:18:55 +01:00
badgamernl
c59cb6bdac
Added ability to warp while driving in a vehicle
2021-03-30 02:12:37 +01:00
Cooldude2606
16524a92c9
Merge pull request #187 from bbassie/remove/temp-ban
...
Removed Temp ban related stuff
2021-01-27 00:26:43 +00:00
bbassie
ea4850e04f
Fixed global register
2021-01-26 23:16:54 +01:00
bbassie
90f650ce7a
Implemented requested changes
...
* Pressing `Discard changes` removes warp if it has been pressed after `New warp`.
* Changed `not_available` (not in range) status icon to a cross, fits the sizing of the other icons better.
* Renamed locals key `'warp-list.discard-tooltip'` to `'warp-list.remove-tooltip'`
* Added textfield squashable and strechable to make it dynamic to the container size.
* Container size changes depending on permissiong `'allow_add_warp'`
2021-01-26 23:06:40 +01:00
bbassie
e72f927d64
Fixes to warp module
...
* Variable name.
* Moved variable initialisation to outside a function.
2021-01-24 20:11:11 +01:00
bbassie
3ab6326a5f
Tasklist refactor to match the new warp system
...
* Removed the ability to pass `task_number` to `Task.add_task`
* Unified button styles of the Gui
* Made task-list code simular to the new warp-list
2021-01-24 02:02:24 +01:00
bbassie
8b717ee1a5
Warp improvements
...
* Fixed that it clears table every warp update.
* Dirty fix unknown signal icon, it gets replaced by the old icon
2021-01-24 01:58:30 +01:00
bbassie
94fa2bc8ea
Warp additions
...
* Add bypass styling and functionality
* Fix using wrong warp position for goto label
* Add warp placement checks
* Edit remove warp to keep the corpses of the entities
* Fix warp label and textbox
* Make Warp container wider by 20
2020-11-15 01:46:59 +01:00
bbassie
ebfe24c21c
Removed temp debug rendering
2020-11-08 19:04:44 +01:00
bbassie
84fda87848
Changed warp area to fit the radius
2020-11-08 18:44:04 +01:00
badgamernl
94cfceb5a3
Fix electric pole name
2020-11-08 05:00:35 +01:00
badgamernl
8197b172ad
Working implementation
2020-11-07 02:30:37 +01:00
badgamernl
294766714a
Removed Temp ban related stuff
2020-11-07 01:10:11 +01:00
badgamernl
bd59342497
Changed choose_elem from item type to signal
2020-11-07 00:42:34 +01:00
Cooldude2606
aa5946e3d2
Fixed call to invalid entity during warp removal
2020-08-16 19:01:50 +01:00
Cooldude2606
e44b8d52ba
Fixed Reports and warnings
2020-08-06 19:58:10 +01:00
Cooldude2606
b1d92256bb
Merge branch 'patch/6.0.11'
2020-08-06 17:08:03 +01:00
Cooldude2606
d93b413ecf
Fixed warnings not logging to discord
2020-08-06 17:03:42 +01:00
Cooldude2606
3fdf4fd612
Fixed marks issues round 2
2020-06-05 20:44:23 +01:00
Cooldude2606
3f2382d2ac
Added changes requested by mark
2020-06-03 00:01:19 +01:00