Giter VIP home page Giter VIP logo

csmapfx's Introduction

Kurze Geschichte

Dieser Source wurde mir Anfang 2020 übergeben mit den Worten: Wenn er sich das denn antun will 😉 er braucht das Fox Toolkit und Ruby. die Versionen weiss ich nicht, aber ich nehme an, dass es sowas wie Ruby 1.9 war.

Die Abhängigkeit von Ruby habe ich ersetzt durch Javascript (via TinyJS), es wurde praktisch nur für den Mini-Rechner benutzt.

Die Abhängigkeit von Boost habe ich ersetzt, indem ich die signals entfernt, und smart pointer durch die von C++ ersetzt habe.

Ursprünglich wurde eine libpng 1.2 benutzt, die aber schon lange nicht mehr aktuell ist, ich habe daher den Code auf 1.6 umgeschrieben.

Die Unterstützung für bzip Reporte habe ich entfernt, weil ich kein libbz2 zur Hand hatte, und das ohnehin ein kaum genutztes Feature ist.

Danach habe ich CMake für den Linux Build konfiguriert, unter Linux gibt es fertige Pakete für fox-1.6.

Unter Windows ist es komplizierter, da funktioniert die Kombination aus CMake und vcpkg nicht, weil vcpkg (noch) kein Paket für Fox hat, und es entsprechend kein find_package(fox) gibt. Daher hat das CMake File eine WIN32 Sektion, die auf Grund der Environment-Variablen FOX_ROOT nach dem lib und include Verzeichnis sucht.

Da auch das nicht immer klappt, gibt es noch ein CSMapFX.sln Projekt, mit dem VS2019 ein .EXE bauen kann.

Ich habe vorübergehend ein Visual Studio Projekt aufgesetzt, Fox habe ich aus den Sourcen selber kompiliert, mit dem selben Compiler und gleicher CRT (Multihreaded), und verweise direkt auf das Verzeichnis, in das ich es lokal installiert habe. Das sollte bei Gelegenheit besser gemacht werden.

Minor UI Bugs

  • ctrl+n/ctrl+p macht die befehle zum aktiven widget, nicht die regionsliste, warum?
  • popups haben keine cursor-navigation
  • make context menu key open popups
  • faction details: show alliance status

csmapfx's People

Contributors

ennorehling avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

phygon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.