| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This unifies the settings APIs.
This also unifies the sync and async registration APIs, since the async
registration API did not support adding non-functions to the API table.
|
| |
|
|
|
|
|
|
| |
- Use local variables for tabs in place of globals
- Merge together if statements where possible
- Replace manual table searching code with indexof where possible
|
|
|
|
|
| |
- Stop attempting to start a world when no world's created/selected in server tab
- Better world's indexes handling between subgames lists
|
| |
|
| |
|
| |
|
|
|
|
| |
Create Parameters on world initialisation and set settings of old worlds
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fix doubleclick not working in singleplayer
Fix of by one issue on accessing raw list
Fix this->self
Fix copy&paste error for scroll button
|
| |
|
|
Fix crash on using cursor keys in client menu without selected server
Add support for non fixed size tabviews
|