calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
168 stars 41 forks source link

Feature request: ingame command-line interface / game console #235

Open x-qq opened 4 years ago

x-qq commented 4 years ago

sh

I feel like something a command-line interface (some form of text console) in the game could help in many ways, most obvious currently being access to various functionality that Linux users miss due to there being no menubar.

~ To show/hide, pgup/pgdn to scroll.

retropipes commented 4 years ago

Do you happen to know why Linux builds don't render a menu bar?

x-qq commented 4 years ago

It simply is not implemented. On Mac, menus are written using the mac-native framework (Cocoa). On Windows, using windows-native menus (windows.h). On Linux the necessary functions are simply empty so there is no implementations.

There has been some discussions about trying to integrate wxwidgets or gtkmm menus into openboe, but nothing concrete so far.