| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-18 | "IC_Log" -> "IC Log" | likeawindrammer | |
| 2020-04-18 | Change some tooltips | likeawindrammer | |
| 2020-04-17 | Change tickbox to checkbox on README.md ☑ | likeawindrammer | |
| As far as I know checkbox is more popular than tickbox, on Wikipedia for example it's called checkbox. And some spell checkers will highlight tickbox as a typo, but not checkbox. | |||
| 2020-04-17 | Revert "Change "Custom shownames:" to "Show custom IC names:"" | likeawindrammer | |
| This reverts commit cd034b996ad2887b3f0b310e6839603f3064d294. | |||
| 2020-04-17 | Change tickbox to checkbox | likeawindrammer | |
| As far as I know checkbox is more common | |||
| 2020-04-17 | Change "Custom shownames:" to "Show custom IC names:" | likeawindrammer | |
| "shownames" isn't a word, and what does "Custom shownames" even mean anyway? "Show custom IC names" should do a better job at explaining what this option does. | |||
| 2020-04-17 | Run clang-format on entire project | oldmud0 | |
| 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-17 | Mega-merge of CR fork | oldmud0 | |
| 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-17 | upload artifacts | stonedDiscord | |
| 2020-04-17 | Create labeler.yml | stonedDiscord | |
| 2020-04-17 | Create label.yml | stonedDiscord | |
| 2020-04-13 | Add possibility for custom use text besides just "played music" | Crystalwarrior | |
| Implemented "presented evidence" message | |||
| 2020-04-12 | Remove dumb memes (#141) | in1tiate | |
| * remove memes * Update courtroom.cpp | |||
| 2020-04-11 | Merge pull request #139 from AttorneyOnline/posdrp | oldmud0 | |
| Fix an oversight with the pos dropdown, add a small feature | |||
| 2020-04-11 | Merge pull request #138 from likeawindrammer/portuguese_translation | oldmud0 | |
| Add Portuguese translation | |||
| 2020-04-11 | fix dropdown bug, add minor feature | in1tiate | |
| 2020-04-11 | Add Portuguese translation | likeawindrammer | |
| 2020-04-02 | Fix evidence display viewport element being a FUCKING JACKASS | Crystalwarrior | |
| 2020-04-01 | Fix collapse all rightclick option being annoying in its behavior. Now it's ↵ | Crystalwarrior | |
| *smart*! | |||
| 2020-04-01 | Fix weird behavior with area list and arup system + wrong column being used ↵ | Crystalwarrior | |
| for 'metadata' | |||
| 2020-04-01 | bass being bass again | sD | |
| 2020-04-01 | don't look in music for URLs | sD | |
| 2020-03-31 | Add courtroom_design.ini partial parsing for misc/ folder (only chat_arrow ↵ | Crystalwarrior | |
| and showname atm) Initialize chat arrow n stuff this is still pretty gay because you can't ignore size and set pos or something like that | |||
| 2020-03-31 | Add legacy fallback for "chatbox.png" name if chat.png doesn't exist | Crystalwarrior | |
| 2020-03-31 | Fix custom chatboxes not working at all | Crystalwarrior | |
| 2020-03-31 | Change the ultra-tiny-minor version so people can right-click for details ↵ | Crystalwarrior | |
| and tell me which version they're using during qa-testing | |||
| 2020-03-31 | Fix aomovie resizing algorithm for BG's crashing the client because I fucked ↵ | Crystalwarrior | |
| up, lol | |||
| 2020-03-28 | Fix wrong pos being shown when entering area due to index signal being ↵ | Crystalwarrior | |
| called in the wrong place | |||
| 2020-03-27 | Made the shake button useful. | cents02 | |
| Apparently nobody tested it before. | |||
| 2020-03-27 | Quality of Life improvements | Crystalwarrior | |
| Fix a bug where IC view received focus as soon as you receive the BG image update (it made navigating using /area commands a pain in the ass) Make music search behave better and not reset when server sends us music list update (todo: remember which elements were/weren't expanded) | |||
| 2020-03-26 | Make backgrounds preserve aspect ratio when used with different aspect ratio ↵ | Crystalwarrior | |
| themes (e.g. a 16:9 theme would not stretch a 4:3 bg and instead have a letterboxing effect. A 4:3 theme using a 16:9 BG will not stretch the BG but instead center it, making it look like the BG is 4:3 all along.) | |||
| 2020-03-25 | Change @ and $ to \s and \f standing for s[hake] and f[lash]. | Crystalwarrior | |
| This is done because @ is used very often to refer to people, and $ is used to indicate cash money. | |||
| 2020-03-22 | Fix syntax error introduced in 530721f | oldmud0 | |
| 2020-03-22 | Fix a really obscure bug breaking custom realization sound effects ↵ | Crystalwarrior | |
| (realization=thing) char.ini definition not starting from base/sounds/general folder | |||
| 2020-03-22 | Merge pull request #131 from likeawindrammer/update-spanish | cents02 | |
| Update Spanish translation | |||
| 2020-03-22 | frame count check 2 electric boogaloo | in1tiate | |
| re-fix the same bug oh joy | |||
| 2020-03-22 | Update Spanish translation | likeawindrammer | |
| 2020-03-21 | If frame count is 0, don't try to play the next frame (#129) | in1tiate | |
| ya goofus. | |||
| 2020-03-15 | Merge pull request #104 from Crystalwarrior/music_list_update | stonedDiscord | |
| Allow servers to send area list and music list refresh requests | |||
| 2020-03-15 | it's basically the same packet minus requesting the next list | sD | |
| 2020-03-15 | Merge branch 'master' into pr/104 | sD | |
| 2020-03-15 | Merge pull request #123 from in1tiate/oocplaceholder | stonedDiscord | |
| Add placeholder text to OOC message box | |||
| 2020-03-14 | add placeholder to OOC chat message box | in1tiate | |
| 2020-03-14 | Merge pull request #8 from AttorneyOnline/master | in1tiate | |
| bring up to date | |||
| 2020-03-13 | move area list detection algorithm into a seperate function | sD | |
| 2020-03-13 | musictime is a bad name for this | sD | |
| 2020-03-12 | Keep verison string as-is and only update the actual VERSION display as for ↵ | Crystalwarrior | |
| some weird ass reason doing it this way won't let you join KFO server | |||
| 2020-03-12 | VERSION 2.8.3 BABYYYYYYYY | Crystalwarrior | |
| Add "KFO" to version display in lobby so it's even clearer this is a custom client Add a settings button to the Lobby screen | |||
| 2020-03-12 | Add a search bar for server list | Crystalwarrior | |
| Add options for sticky sounds, sticky effects and sticky preanims Optimize the search for areas and music (previously, area search also searched for music in the background, causing lag with huge music lists) | |||
| 2020-03-12 | Only use anti-aliasing when sprites are being downscaled, otherwise preserve ↵ | Crystalwarrior | |
| crispyness:tm: | |||
