summaryrefslogtreecommitdiff
path: root/src/xtra1.hpp
Commit message (Collapse)AuthorAge
* Remove redundant (void) parameters and return value castsBardur Arantsson2017-05-02
|
* Remove redundant "extern" on function declarationsBardur Arantsson2017-05-02
|
* Rework PR{1,2}_* flags to flag_set<>Bardur Arantsson2016-06-22
| | | | | Since there's no need for two tiers we also reduce the flag set to 1 tier. (Breaks savefile compatbility.)
* Rework TR{1,2,3,4,5}_* flags to flag_set<>Bardur Arantsson2016-06-21
|
* Reduce file-open/close boilerplate and simplify formattingBardur Arantsson2016-02-13
| | | | | | | - We introduce a show_string() which will allow us to go without actually writing a file if we want to later. - Use cppformat to simplify the output formatting.
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Replace PRACE_FLAG{,2} macros with functionsBardur Arantsson2015-03-07
|
* Move xtra1.cc function declarations to separate headerBardur Arantsson2015-02-23
Make a couple of functions private to the module while we're at it.