Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a97f1f07bb5aa31629cd87023e09669eb4bf1fe9.
|
|
This is basically 9ab7c43c34183915273cc8b5ccedd72568249b27 from refactor but without the debug build crash fix as that was introduced in a commit in refactor not present on main
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
|
|
https://github.com/R2Northstar/NorthstarLauncher into bobs-big-refactor-pr
|
|
|
|
also part of refactor merge :^)
|
|
also part of refactor merge :^)
|
|
|
|
|
|
|
|
|
|
|
|
* Fix some formatting
* More formatting fixes
|
|
* Fix indentation
* Fix path in clang-format command in readme
|
|
Yes this is also part of refactor :3
|
|
|
|
|
|
To mirror how it is in refactor PR
|
|
* Add PR template
* Update CI folder location
* Delete startup args txt files
* Add editorconfig file (#246)
* Add editorconfig file
It's a cross-editor compatible config file that defines certain editor
behaviour (e.g. adding/removing newline at end of file)
It is supported by major editors like Visual Studio (Code) and by
version control providers like GitHub.
Should end the constant adding/removing of final newline in PRs
* More settings
- unicode by default
- trim newlines
- use tabs for indentation (ugh)
* Ignore folder rename (#245)
* Hot reload banlist on player join (#233)
* added banlist hotreload
* fix formatting
* didnt append, cleared whole file oopsie
* unfuckedunban not rewriting file
* fixed not checking for new line
Co-authored-by: ScureX <47725553+ScureX@users.noreply.github.com>
|
|
* Fix line endings (hopefully)
* Fix more line endings
|
|
|
|
Co-authored-by: Northstar <northstar@northstar.tf>
|
|
* Add editorconfig file
It's a cross-editor compatible config file that defines certain editor
behaviour (e.g. adding/removing newline at end of file)
It is supported by major editors like Visual Studio (Code) and by
version control providers like GitHub.
Should end the constant adding/removing of final newline in PRs
* More settings
- unicode by default
- trim newlines
- use tabs for indentation (ugh)
|
|
* Add PR template
* Update CI folder location
* Delete startup args txt files
|
|
* Adjust folder structure
* change launcher directory name
|
|
* log colours :)
* commend the freopen stuff (it causes problems)
* formatting
* add explanatory comment
|
|
* first version of kinda working custom datatables
* Fix copy error
* Finish custom datatables
* Fix Merge
* Fix line endings
* Add fallback to rpak when ns_prefere_datatable_from_disk is true
* fix typo
* Bug fixess
* Fix Function Registration hook
* Set convar value
* Fix Client and Ui VM
* enable server auth with ms agian
* Add Filters
* FIx unused import
* Merge remote-tracking branch 'upsteam/bobs-big-refactor-pr' into datatables
Co-authored-by: RoyalBlue1 <realEmail@veryRealURL.com>
|
|
|
|
|
|
This reverts commit 4ff7d022d2602c2dba37beba8b8df735cf5cd7d9.
|
|
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
|
|
|
|
|
|
|
|
The correct type is `uint8_t`, not `uint8` which is non-standard and is Microsoft specific.
Co-authored-by: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>
|
|
|
|
* added banlist hotreload
* fix formatting
* didnt append, cleared whole file oopsie
* unfuckedunban not rewriting file
* fixed not checking for new line
|
|
* fixed unban
* changed timestamp for gecko
* fixed unbanning with inline comment
uids with inline comments werent able to unban due to whitespaces
|
|
* added support for comments and newlines
* added checking if line is empty earlier
* Fix formatting
* check if last char is \n
|