aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
AgeCommit message (Expand)Author
2020-08-25Actually make use of the completely useless CHECK and CH keepalive timer and ...Crystalwarrior
2020-08-21Proof of concept complete. The timer will now take int msecs to start, and wi...Crystalwarrior
2020-08-19Reset BASS when switching devices; drop Qt Multimedia support (#262)scatterflower
2020-08-19IC log rewrite (#259)Crystalwarrior
2020-08-18Improved blankposting (#256)Crystalwarrior
2020-08-17fix statement after break; from casescatterflower
2020-08-17Do not update colors in log for each IC messagescatterflower
2020-08-16clang formatscatterflower
2020-08-16use shownames in log properlyscatterflower
2020-08-16use proper syntax to instansiate qbrushscatterflower
2020-08-16make suggested changes from code reviewscatterflower
2020-08-16Don't hang IC due to invalid emote modscatterflower
2020-08-16allow -1 charid for system messagesscatterflower
2020-08-16fix check for negative char_idscatterflower
2020-08-16fix incorrect emote modifierscatterflower
2020-08-16further cleanup of chat handlerscatterflower
2020-08-16Merge branch '2.8' into ic_fixesscatterflower
2020-08-16Merge pull request #250 from scatterflower/boldfixscatterflower
2020-08-16Fix improper bolding behavior due to malformed string literalscatterflower
2020-08-16Clean up logic in handle_chatmessage()scatterflower
2020-08-16Merge pull request #244 from scatterflower/is241scatterflower
2020-08-16Update brushes on theme reloadscatterflower
2020-08-16Remove clientside doublepost checkingscatterflower
2020-08-16Ensure consistent behavior in IC log, clarify showname logic, and define cons...scatterflower
2020-08-15Create brushes for area list oncescatterflower
2020-08-05Fix not using custom chatbox's colors (#228)windrammer
2020-08-04Fix music display disappearing on theme reload (#233)windrammer
2020-08-04Fix current_display_speed overflow (#232)windrammer
2020-07-31Add option for automatic logging (#203)windrammer
2020-07-31Add "Play Random Song" option (#200)Crystalwarrior
2020-07-31Add a p_char optional argument to set_fonts() (#209)Crystalwarrior
2020-07-30Fix regression parsing HTML escapesoldmud0
2020-07-30Make spectator function as a character with ID -1 (#211)Crystalwarrior
2020-07-30Fix emoji displaying extraneous characters (#219)oldmud0
2020-07-29Fix build error from bad mergeoldmud0
2020-07-29Add support for multiple custom interjections via context menu (#162)in1tiate
2020-07-29Add Qt 5.9 compatibility (#202)windrammer
2020-07-29Fix showname placeholder text and shout button after changing characters (#147)in1tiate
2020-07-29Fix colors not persisting when refreshing IC log (#204)windrammer
2020-07-29Hitting return on blank search box should collapse music list (#205)windrammer
2020-07-29Fix screenshake button shunting character to origin (#215)windrammer
2020-07-27Fix chatlog instances where char_id 0 is ignored (#210)Crystalwarrior
2020-07-26Merge pull request #198 from Crystalwarrior/bugfix/max_colorsoldmud0
2020-07-25Fix max_colors allowing +1 more than the actual maxCrystalwarrior
2020-07-23Add showname alignment option for theme makers (#189)Crystalwarrior
2020-07-11Fix APNG backgrounds not appearing on list; fix BASSOPUS path for macOS (#185)raidensnake
2020-07-08Fix the color fix pr when logs go downwards where it didn't add an \n because...Crystalwarrior
2020-07-06Regenerate the background when reload_theme is pressed to prevent scaling iss...Crystalwarrior
2020-07-04Fix html not being parsed in ic logs when ic logs go downwards (#178)Crystalwarrior
2020-07-04Merge pull request #175 from Crystalwarrior/feature/packet-musicoldmud0