Skip to content

Feature/classic chat#5

Merged
openunderlight merged 14 commits intodevfrom
feature/classic_chat
Oct 9, 2018
Merged

Feature/classic chat#5
openunderlight merged 14 commits intodevfrom
feature/classic_chat

Conversation

@sidased
Copy link
Copy Markdown
Collaborator

@sidased sidased commented Sep 20, 2018

Adds option to use the old chat functionality of Underlight. Checkbox added to LoginOptions dialog. Legacy Macro functionality is included when toggled.

@openunderlight openunderlight merged commit 42bcc32 into dev Oct 9, 2018
@Koi-JorKyrin
Copy link
Copy Markdown

Evening Sidas, passing along something I noticed that only effects the pmare.exe build. You'll experience an "error C2065: classicChatPos undeclared identifier" unless you also add the following after the else line at 66 in cChat.cpp:

const struct window_pos_t classicChatPos[MAX_RESOLUTIONS] =
{ { 0, 300, 480, 180 },{ 0, 375, 600, 225 },{ 0, 480, 768, 288 } };

All the other builds had no issue building of course as they fell in the #ifndef PMARE

Hope this helps,

  • JorK

@openunderlight openunderlight deleted the feature/classic_chat branch December 11, 2019 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants