aboutsummaryrefslogtreecommitdiff
path: root/src/path_functions.cpp
AgeCommit message (Collapse)Author
2020-11-16filter path traversalstonedDiscord
2020-11-16clean up path functionsstonedDiscord
2020-05-22Bring back CI changes and macOS supportoldmud0
2020-05-22Perform clang-formatoldmud0
If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2020-05-22Full revert to tag 2.6.2oldmud0
Due to a countless number of changes made to the core that were not fully understood, tested, or documented, it was decided to roll everything back to the last known stable version (2.6.2). Changes dropped include: - Witness needed - Shake - Frame SFX - Multiple custom objections - Multithreaded thumbnail generation - Looping - Various translation additions - "Mirror IC" - Color in IC log - An invocation of clang-format Next time, work together and split your big fork into independently testable feature branches.
2020-05-02Fix syntax error from unclean mergeoldmud0
2020-05-02Merge branch '2.7-rc'oldmud0
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2020-04-17Mega-merge of CR forkoldmud0
CR likely stands for "CentsRaidensnake." Like the Case Cafe mega-merge before it, this was not a clean merge, and it had to be split up into two parts: the actual changes, and the attempt it made to reformat the entire code via clang-format. This branch had a complicated set of changes that would be difficult to describe in this commit message. It would be better described in a proper changelog.
2020-04-01don't look in music for URLssD
2020-02-23handle all types of musiclistssD
2020-02-21Merge branch 'master' into 2.7stonedDiscord
2019-08-11fix mac content loadingstonedDiscord
it now looks for the content next to the .app bundle and not inside it
2019-01-19Suffix-independent Music, Mod Music List, looping bugfixes, easter eggs, etc.iamgoofball
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland