bbassie
9e6d4e7454
Move close button to the side of the header
2021-04-26 02:31:23 +02: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
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
bbassie
b08e93e245
Fix parse_message
2021-04-16 22:45:58 +02: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
bbassie
465627535b
Change tooltip of the confirm button
...
- Tooltip didn't show usefull information on why you could not confirm
2021-04-11 23:07:07 +02:00
bbassie
7bbefd67b4
Change button size
...
- The icons were clipping
2021-04-11 23:03:16 +02:00
bbassie
745f10b10d
Added file and logic comments
2021-04-11 20:09:35 +02:00
bbassie
11296b3b36
Small improvements
...
- Removed extra redraw that doesn't seem to be needed
- Fixed that it would not focus on the create new warp textbox
2021-04-11 19:54:38 +02:00
bbassie
d853d1c991
Delete button and some fixes
...
- Add delete task button
- Fix update task item
- Fix no tasks found visibility and tooltip
2021-04-10 22:13:21 +02:00
bbassie
3d9c7e3400
Task list redesign
...
- Redesigned the gui
- Added / changed locales where needed
2021-04-10 21:30:29 +02:00
bbassie
1042fe6379
Make number bold
2021-01-27 22:13:03 +01:00
bbassie
10059f5ea9
Merge branch 'feature/task-list-update' of https://github.com/bbassie/scenario into feature/task-list-update
2021-01-27 01:11:49 +01:00
bbassie
8a65264840
Task list styling fixes:
...
* Ported over textbox styles to make it strechable.
* Fixed the label to allow multi line and not create weird empty areas below the table.
* Fixed cell padding to be better spaced, may need more fine tuning.
2021-01-27 01:11:33 +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
badgamernl
e8dd5cedea
Fixed the part that removes the ghost train staton key
2020-11-07 00:50:31 +01:00
badgamernl
bd59342497
Changed choose_elem from item type to signal
2020-11-07 00:42:34 +01:00
badgamernl
848207d8db
Fixed unused argument player
2020-11-06 22:39:58 +01:00
badgamernl
ce565441c8
Removed debug message
2020-11-06 22:37:46 +01:00
badgamernl
1f549688fa
Forgot to stage the roles.lua
2020-11-06 22:30:24 +01:00
badgamernl
61a3f92982
Add command /tag-color
2020-11-04 00:38:01 +01:00
badgamernl
defe77f629
Filter out blueprint and blueprint-book
2020-11-03 23:24:22 +01:00
badgamernl
c46244e7ed
Fix floating text position
2020-09-11 20:48:35 +02:00
badgamernl
72a3378bfa
Fix toggle item button
2020-09-08 20:34:38 +02:00
badgamernl
7449535aa7
Remove alignment flow
...
- This should also help with longer entity names
2020-09-08 17:13:18 +02:00
badgamernl
afcd16c56e
Fixed table center
...
Fixed locale
2020-09-08 16:20:02 +02:00
badgamernl
a01ba807f5
Change padding
...
(Was causing the gui width to change when entity expanded)
2020-09-07 05:11:29 +02:00
badgamernl
f76d8b0a3a
Fix unneeded string.match
...
- Tip from cool to use tooltip on flow
2020-09-07 05:03:28 +02:00
badgamernl
cbb925eb65
Fix item and entity name assingment
...
- Replaced with a more readable version
2020-09-07 00:52:40 +02:00
badgamernl
ca2ff8075e
Extra space added to entity table
...
(There was some extra horizontal space that was empty)
2020-09-05 00:48:28 +02:00
badgamernl
ef823f2f69
Fix empty placeholder using unneeded gui element
2020-09-05 00:44:11 +02:00
badgamernl
00bb67e9a0
Fix scroll panel padding issues
2020-09-05 00:32:21 +02:00
badgamernl
4100ba9876
Fix function calls
2020-09-03 04:27:28 +02:00
badgamernl
b03dbf8674
Fix player.print
2020-09-03 04:22:29 +02:00
badgamernl
d19cb5e8d7
Removed EmmaLua because CI complained
2020-09-03 03:48:48 +02:00
badgamernl
e52f06ddf9
Fixed locale issues
2020-09-03 03:46:23 +02:00
badgamernl
e23092aa77
Fixed mixup of docs
2020-09-03 03:37:10 +02:00
badgamernl
620051ddac
Fix function chain
2020-09-03 03:34:59 +02:00
badgamernl
f149e446a1
Fixed heavy repitition
...
- Introduced EmmyLua documentation (can be removed if needed)
- Remamed type to inv
2020-09-03 03:33:39 +02:00
badgamernl
ecadbd6534
Resolve redundant config locals
2020-09-03 02:04:39 +02:00
badgamernl
58a23a901a
Fix amount textbox validation & event
2020-09-02 16:03:31 +02:00
badgamernl
665ecfca7c
Change in look and feel:
...
- Change the way the header text is displayed;
- Change entity toggle to be checkmark and cross;
- Added burner mining drill to autofill;
- Added comments;
- Changed use of some scroll tables to just normal tables;
- Fixed entity toggle not working when placing down entities;
2020-09-02 00:10:10 +02:00
badgamernl
f1537af711
Major overhaul of inner workings:
...
- Change config layout to entity based;
- Change the gui layout to entity based;
- Fix entity placed event to work with new system;
- Change gui styles to fit other gui's more;
- Added demo entities with items:
* Car;
* Locomotive;
* Spidertron;
* Gun Turret;
* Stone furnace;
* Steel furnace;
2020-09-01 05:43:05 +02:00
badgamernl
dac4d40682
Changed config/settings loop
...
- Fixed settings/entity loop should be faster now
- Fixed floating text position overlapping
- Added more comments
2020-08-20 22:29:50 +02:00
badgamernl
9911a0e3d3
Fixed redundand contains function
2020-08-20 21:48:53 +02:00
badgamernl
8efa1c0954
Locale and code quality improvements
...
- Added tank ammo autofill to config
- Fixed locale to be fancier
- Fixed some repatative code
2020-08-20 21:45:35 +02:00
badgamernl
05153c7a6c
Fix desync settings table shared acros all players
2020-08-20 21:03:45 +02:00
badgamernl
453b4f8357
Added Entity build event autofill
...
- Added autofill on entity placement;
- Added nice flying text;
- Fixed ability to insert more of a item than the stacksize allows;
2020-08-20 00:10:36 +02:00
badgamernl
c2ea0bf590
Added setings left container
...
- Changed toolbar button to left flow toggle;
- Added Ammo section;
- Added Fuel section;
- Added default config settings;
- Added autofill item toggle button and textboxes;
2020-08-19 01:35:03 +02:00
badgamernl
0900fe13ea
Added Autofill toolbar button
...
- May needs to be changed to have a left flow with option;
2020-08-17 23:04:20 +02:00
badgamernl
4dee863e41
Delete outdated feedback link:
...
- Doesn't seem to be used anymore and obstructs the view when at spawn.
2020-08-17 20:43:53 +02:00
Bastiaan and GitHub
effae90ff1
Fix Issue #149
...
Filtered out gui elements without Gui.define
2020-03-22 23:47:48 +01:00
badgamernl
f4eb5ada5a
Fix async module to allow recursive "async" functions
...
Return `true` in async function to run again
2020-03-22 22:56:39 +01:00
badgamernl
76f86b7a97
Added toolbar button color for open flows
...
* Added top flow button style `Gui.top_flow_button_visible_style`
* Added function to style toolbar buttons `Gui.left_toolbar_button_style`
* Modified code to call the toolbar button style function
2020-02-26 01:36:40 +01:00
badgamernl
2d90d1dcdd
Rerenamed events
2020-02-26 00:49:57 +01:00
badgamernl
8e9325fc0c
Changed keep open to be a one liner
2020-02-26 00:42:33 +01:00
badgamernl
efd9c7b609
Renamed Gui.event to Gui.custom_event
2020-02-26 00:41:18 +01:00
badgamernl
3aa77227ca
Removed goto usage
2020-02-26 00:35:55 +01:00
badgamernl
c2676d3bd6
Added ChatBot Async commands:
...
- makepopcorn
- passsomesnaps
- makecocktail
- makecoffee
- orderpizza
- maketea
- meadplease
- passabeer
2020-02-25 22:41:41 +01:00
badgamernl
1273de4e86
Added custom event on_visibility_changed_by_click
...
Fixed warp flow issue because of this
2020-02-24 23:43:41 +01:00
badgamernl
0db5565024
Added ability to chain raise_custom_event
2020-02-24 23:36:41 +01:00
badgamernl
105f53f629
Fixed warp button init
2020-02-21 23:21:06 +01:00
bbassie
ae748471c7
Blame more people that can fuck up
2019-07-04 09:06:27 +02:00
bbassie
36aae4fd12
More spelling fixes
2019-07-03 16:16:39 +02:00
bbassie
786525f58f
more spelling errors
2019-07-03 14:02:38 +02:00
bbassie
83590e72e4
Warp list gui spelling fixes and task list remainders
2019-07-03 13:09:38 +02:00
badgamernl and Cooldude2606
aac04e4562
Dev modules, Popup additions ( #82 )
...
* Chat/Mention popup
* Damage Popup
* fixed config dep
2018-09-21 21:33:59 +01:00
badgamernl and Cooldude2606
489a17a897
Chat/Mention popup ( #81 )
...
* Chat/Mention popup
Creates floating text entity above the player with the chat message content, if this contains a player-name of a online player it creates a floating text entity above them to notify them they have been mentioned. This is useful for people that are not focusing on the chat.
BUGS:
Text not centered when zooming out, could be changed that the text is not centered but better get some player feedback to see if they even like the feature.
Text longer than 128 characters overlaps when zooming out.
* Moved Function Up Keeping Conventions
2018-09-14 19:01:43 +01:00
badgamernl and GitHub
0609ec3349
Added feedback to the chatbot
2018-08-01 11:21:27 +02:00
badgamernl and GitHub
b0a8f6a51f
Added feedback to the chatbot
2018-08-01 11:19:39 +02:00
badgamernl and GitHub
1ceee3b76f
fix spawn lag
2018-06-24 22:59:10 +02:00
badgamernl
3806c9252a
Discord invite change
...
Changed discord invite from the `https://discord.me/explosivegaming ` => `https://discord.explosivegaming.nl `
2018-05-18 22:58:56 +02:00
badgamernl
ef224eb348
Added Issue templates
...
Bug report and Feature request
2018-05-04 20:58:56 +02:00
badgamernl and GitHub
60c0166239
warings -> warnings
2018-05-04 16:25:05 +02:00
badgamernl and Unknown
ff00da1009
Create LICENSE
2018-04-19 18:08:08 +01:00
badgamernl and GitHub
9e4ef48550
Create LICENSE
2018-04-18 23:49:26 +02:00
badgamernl and GitHub
6829557e94
inv search lang update
2018-03-29 23:14:13 +02:00
badgamernl and GitHub
48fedc3e6e
another guidelines update
2018-03-29 23:10:39 +02:00
badgamernl and GitHub
fdd65ec2d6
guild line fix
2018-03-29 20:22:40 +02:00
badgamernl and GitHub
34ec1dc5fe
Fixed AFK kick message
...
it doesnt need to print (max_afk_time*3600) just the time (max_afk_time)
2018-03-20 16:37:08 +01:00
badgamernl
79b2b66fbb
Warp tile change to tutorial-grid
...
changed warp tile to turorial-grid and cleaned up as much as easily possible
2018-03-11 01:23:10 +01:00
badgamernl and GitHub
629bdf2b46
Merge pull request #27 from mark9064/master
...
Update README.md
2018-03-10 21:06:59 +01:00
badgamernl and GitHub
d7113c4931
removed guild line: long-distance use if forbidden
...
forgot nl version
2018-03-10 20:57:53 +01:00
badgamernl and GitHub
6d58612633
removed guild line: long-distance use if forbidden
2018-03-10 20:55:35 +01:00
badgamernl and GitHub
17d60d1c03
fixing member repair
2018-02-25 21:21:53 +01:00
badgamernl
5c2de2996b
Caner is the best!
...
Fixed en locale files edited by caner
2018-02-14 17:38:13 +01:00
badgamernl and GitHub
4aeef3f465
Revert "Update warp-system.cfg"
2018-02-13 09:23:59 +01:00
badgamernl and GitHub
232f25f977
Merge pull request #26 from MarwinPhilips/GermanTranslationRework
...
Rework of the German translation
2018-02-12 21:49:35 +01:00
badgamernl and GitHub
e06455f843
Merge pull request #20 from CanerAkar/patch-13
...
Update reports.cfg
2018-02-12 15:22:47 +01:00
badgamernl and GitHub
44fb944f6c
Merge pull request #25 from CanerAkar/patch-18
...
Update warp-system.cfg
2018-02-12 15:22:35 +01:00
badgamernl and GitHub
cc470f48e6
Merge pull request #22 from CanerAkar/patch-15
...
Update science.cfg
2018-02-12 15:22:27 +01:00
badgamernl and GitHub
20a8571837
Merge pull request #24 from CanerAkar/patch-17
...
Update tree-decon.cfg
2018-02-12 15:22:20 +01:00
badgamernl and GitHub
72ae04deec
Merge pull request #23 from CanerAkar/patch-16
...
Update tasklist.cfg
2018-02-12 15:22:14 +01:00
badgamernl and GitHub
9ebec0e7c9
Merge pull request #21 from CanerAkar/patch-14
...
Update rockets.cfg
2018-02-12 15:22:05 +01:00
badgamernl and GitHub
deabf80816
Merge pull request #9 from CanerAkar/patch-2
...
Update announcements.cfg
2018-02-12 14:52:51 +01:00
badgamernl and GitHub
9aacce5186
Merge pull request #10 from CanerAkar/patch-3
...
Update auto-message.cfg
2018-02-12 14:52:41 +01:00
badgamernl and GitHub
5076b4503a
Merge pull request #11 from CanerAkar/patch-4
...
Update capsules.cfg
2018-02-12 14:52:32 +01:00
badgamernl and GitHub
1aba3671a2
Merge pull request #12 from CanerAkar/patch-5
...
Update exp-core.cfg
2018-02-12 14:52:24 +01:00
badgamernl and GitHub
d96333bfa8
Merge pull request #13 from CanerAkar/patch-6
...
Update game-settings.cfg
2018-02-12 14:52:13 +01:00
badgamernl and GitHub
913aaebe1e
Merge pull request #16 from CanerAkar/patch-9
...
Update player-list.cfg
2018-02-12 14:52:06 +01:00