| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-17 | fix statement after break; from case | scatterflower | |
| 2020-08-17 | Do not update colors in log for each IC message | scatterflower | |
| 2020-08-16 | Merge pull request #254 from scatterflower/2.8 | scatterflower | |
| 2.8.5 finishing touches | |||
| 2020-08-16 | clang format | scatterflower | |
| 2020-08-16 | use shownames in log properly | scatterflower | |
| 2020-08-16 | use proper syntax to instansiate qbrush | scatterflower | |
| 2020-08-16 | Merge pull request #253 from scatterflower/2.8 | scatterflower | |
| Don't hang IC due to invalid emote mod | |||
| 2020-08-16 | make suggested changes from code review | scatterflower | |
| 2020-08-16 | Don't hang IC due to invalid emote mod | scatterflower | |
| 2020-08-16 | Merge pull request #251 from scatterflower/2.8 | scatterflower | |
| Simplify parts of the IC handler, and fix some bugs | |||
| 2020-08-16 | allow -1 charid for system messages | scatterflower | |
| 2020-08-16 | fix check for negative char_id | scatterflower | |
| 2020-08-16 | fix incorrect emote modifier | scatterflower | |
| 2020-08-16 | further cleanup of chat handler | scatterflower | |
| 2020-08-16 | Merge pull request #1 from scatterflower/ic_fixes | scatterflower | |
| Ic fixes | |||
| 2020-08-16 | Merge branch '2.8' into ic_fixes | scatterflower | |
| 2020-08-16 | Merge pull request #250 from scatterflower/boldfix | scatterflower | |
| Fix improper bolding behavior due to malformed string literal | |||
| 2020-08-16 | Fix improper bolding behavior due to malformed string literal | scatterflower | |
| 2020-08-16 | Clean up logic in handle_chatmessage() | scatterflower | |
| 2020-08-16 | Merge pull request #244 from scatterflower/is241 | scatterflower | |
| Optimize ARUP | |||
| 2020-08-16 | Update brushes on theme reload | scatterflower | |
| 2020-08-16 | Merge pull request #245 from scatterflower/realization_fix | scatterflower | |
| Check for custom realization sound when using effects list | |||
| 2020-08-16 | Remove clientside doublepost checking | scatterflower | |
| 2020-08-16 | Ensure consistent behavior in IC log, clarify showname logic, and define ↵ | scatterflower | |
| constants for minimum and maximum packet sizes | |||
| 2020-08-16 | Check for custom realization sound when using effects list | scatterflower | |
| 2020-08-15 | Create brushes for area list once | scatterflower | |
| 2020-08-15 | Only regenerate the area list once per ARUP packet | scatterflower | |
| 2020-08-13 | Merge master with some older CI changes | oldmud0 | |
| 2020-08-13 | Miscellaneous changes to CI scripts | oldmud0 | |
| 2020-08-06 | Update Russian translation (excl. courtroom UI) (#239) | Emiko | |
| Edited TL, added TL for tool tips and other untranslated strings. Courtroom UI elements were left in English to avoid cropping. | |||
| 2020-08-05 | Fix not using custom chatbox's colors (#228) | windrammer | |
| * Fix not using custom chatbox's colors Moved set_text_color_dropdown() to after current_char is actually updated with the selected char. Otherwise set_text_color_dropdown will try to update the colors with either nothing as character, or with the previously selected character. Use get_chat() so it actually gets the name of the custom chatbox instead of using the same name as the character. Remove the extra "c" since get_chat_color it's already called with this "c" in place. * Fix previous fix crashing the client on DRO servers For some reason the client would work just fine if set_text_color_dropdown() was called only once after updating the character selected by the user. But when joining a DRO server the client would crash just before loading the music. * Improve comment with where crash happens * Fix get_chat_markdown to get the custom chatbox on misc of the char instead of trying to find the character folder on misc * Fix client using the current character colors on other people's messages Also remove the comment explaining the crash if set_text_color_dropdown is removed from set_widgets * Fix loading custom colors loading after the message was added to the log | |||
| 2020-08-04 | Fix music display disappearing on theme reload (#233) | windrammer | |
| 2020-08-04 | Fix current_display_speed overflow (#232) | windrammer | |
| 2020-07-31 | Merge pull request #217 from AttorneyOnline/kfo-ao2 | oldmud0 | |
| Final mega-merge with the Killing Fever Online client, along with other associated bugfixes and feature additions. This commit is release-ready. | |||
| 2020-07-31 | Add option for automatic logging (#203) | windrammer | |
| Just so we're on the same page, this is enabled by default. Co-authored-by: Cents02 <Cents02@Cents0.me> | |||
| 2020-07-31 | Add "Play Random Song" option (#200) | Crystalwarrior | |
| It also respects the search string, so only visible tracks are chosen from the pool. Categories (i.e. entries with children) are also ignored. | |||
| 2020-07-31 | Fix reload theme breaking BG sizing (#212) | Crystalwarrior | |
| May need additional testing with animated BGs. | |||
| 2020-07-31 | Add a p_char optional argument to set_fonts() (#209) | Crystalwarrior | |
| Add overrides to set_font for font name and size (this is to preserve the chat_size and chat_font char.ini arguments that were implemented way earlier) Cease the baddening with set_font that was there before and condense it into a proper set_font function call Implement set_font for custom showname shenanigans from the misc folder | |||
| 2020-07-31 | Merge pull request #220 from AttorneyOnline/kfo_master_merged | oldmud0 | |
| Resolve conflicts before merging kfo-ao2 into master. Essentially all conflicts were resolved favoring kfo-ao2, so this merge commit is a +0/-0 diff. | |||
| 2020-07-31 | Merge branch 'master' into kfo_master_merged | likeawindrammer | |
| # Conflicts: # src/aoevidencedisplay.cpp # src/courtroom.cpp # src/packet_distribution.cpp | |||
| 2020-07-30 | Add callwords.ini and config.ini to gitignore | likeawindrammer | |
| 2020-07-30 | Update reference for themes submodule | likeawindrammer | |
| 2020-07-30 | Adds background, characters and sounds to gitignore | likeawindrammer | |
| 2020-07-30 | Fix regression parsing HTML escapes | oldmud0 | |
| Introduced trying to fix emoji. This parsing function is cancerous. | |||
| 2020-07-30 | Make spectator function as a character with ID -1 (#211) | Crystalwarrior | |
| - Don't hide spectator button anymore. - Make the spectator button properly send the char switch packet. - Fix the spectator button not properly loading the courtroom and music list etc. | |||
| 2020-07-30 | Fix emoji displaying extraneous characters (#219) | oldmud0 | |
| Fixes #192. | |||
| 2020-07-30 | CI: Deploy entire base folder | oldmud0 | |
| Yes, all of it. | |||
| 2020-07-30 | Add missing misc folder | likeawindrammer | |
| 2020-07-30 | Add darker button generator (#201) | windrammer | |
| When an `_off` emote button exists without an `_on` counterpart, the client will automatically generate the `_on` button and save it to disk. Co-authored-by: Cents02 <Cents02@Cents0.me> Co-authored-by: oldmud0 <oldmud0@users.noreply.github.com> | |||
| 2020-07-29 | Fix build error from bad merge | oldmud0 | |
| redefinition of objection_mod | |||
