Commit Graph

  • 939f6c910b Fixed som graphics routines Added support for on-the-fly textview contents updates Added iterative view removal to ConsoleController Added dumy layouts to Common Added support for account removal Fixed command management (now supports leading, padding and trailing spaces) Various smaller changes master GabrielTofvesson 2018-05-18 20:45:43 +02:00
  • 35d61d9d91 * Fixed error where release build of server would crash if closed by built in close button * Fixed empty listview crash in SessionContext v1.0.0 GabrielTofvesson 2018-05-16 20:26:39 +02:00
  • a5d50c619a * Added exit trigger action support to XML * View close triggers don't require an action to be considered valid any more * Added exit prompt * Sorted SessionContext to be a smidge more readable * Added instance fields for referencing to views in SessionContext * BankNetInteractor now completely cleans its state when Logout() is called GabrielTofvesson 2018-05-16 19:56:08 +02:00
  • 4531f6244f * Removed deprecated text-render computation * Added accounts types (savings and checking) * FS flush optimized balance computation * Automatic daily rate growth computations GabrielTofvesson 2018-05-16 18:37:02 +02:00
  • 1a04a0b2cb Fix serverside "list" command GabrielTofvesson 2018-05-15 23:37:09 +02:00
  • 9755f06120 * Added flush command to server to flush database * Fixed how database manages user removal * Added serverside user removal * Added UI and netcode for user removal on clientside * Fixed text rendering for TextView and InputView * Removed redundant properties from TextView * Simplified event system in Intro GabrielTofvesson 2018-05-15 23:21:58 +02:00
  • fdad3be98d * Fixed TextView text formatting * Added tutorial GabrielTofvesson 2018-05-15 21:55:34 +02:00
  • 856e16b3f2 * Added support for artificial key event triggers * Added OnClose event to view: triggered when controller is removing view from render queue * Added more localization * Added bank transfer * Fixed account balance reset * Fixed user copying issues in database: now it does a full deep copy, as opposed to a shallow copy * Fixed serverside sysinsert checks * Fixed serverside Account_Get info endpoint * Other minor things GabrielTofvesson 2018-05-15 18:57:49 +02:00
  • fc9bbb1d6b * Partially reworked key event system * Reworked padding rendering (now handled natively by View) * Fixed how ConsoleController renders dirty views * Explicitly added padding to the LayoutMeta dimensions computation * Added support for updating passwords in SessionContext * Completed account display system * Added many more resources * Simplified internationalization * Added clientside representations for accounts and transations * MOAR COMMENTS! * Optimized account serialization * Corrected issue where copying a user simply copied references to the user accounts; not actually copying accounts (which caused jank) * Fixed timestamp for TimeStampWriter * Probably some other minor things GabrielTofvesson 2018-05-14 22:43:03 +02:00
  • bdbb1342ba Massive update * Added new endpoint for updating password * Added internationalization method to ContextManager and Context * Updated contexts to use internationalization * Added a fancy text-based UI to the server * Added translations * Moved Promise class to its own file * Made BankNetInteractor its own file * Added a lot of convenient methods * Added many more comments * Fixed input event management in ButtonView * Added support for dynamic ListView content modification * Added more layouts * Fixed some namespaces * Added more commands to the server GabrielTofvesson 2018-05-13 20:04:01 +02:00
  • dcca9bac33
    Merge 707f71ece0b34329c465081aa6d9f7f696ae123a into eeaf8c708f4d663f6e38cd4c999002c3beb4a35c BabakSamimi 2018-05-12 17:57:33 +00:00
  • 707f71ece0
    Fixed spelling error please merge :) BabakSamimi 2018-05-12 19:28:04 +02:00
  • f6c7fa83bb Fixed how iteration through database is handled Fixed command error styling Added callback to flush database when server window is closed GabrielTofvesson 2018-05-04 16:04:58 +02:00
  • eeaf8c708f Revised and refactored OutputFormatter - OutputFormatter is now renamed to CommandHandler CommandHandler now supports full command management - Dynamically generates command list (for "help") - Added Command class which specifies the structure of a command - Added struct specifying the structure of a command parameter Added exception handling to networking Moved shared layout resource to Common layout file GabrielTofvesson 2018-05-02 22:26:19 +02:00
  • 98a6557000 Fixed some issues with asynchronous code Updated some old code to use new methods ECDH implementation now uses BitWriter/BitReader to serialize/deserialize Added error handling to NetClient for predictable cases of error Fixed regular SHA1 implementation Partially remade optimized SHA1 implementation as a hybrid implementation between minimum allocation and minimum processor overhead Fixed how Databse manages serialization/deserialization of Users Updated Output class to support any type Output now supports overwritable lines Added OutputFormatter to simplify creating-column output Sessions keys are no longer invalidated when client-server connection is closed Added command system to server for easier administration GabrielTofvesson 2018-04-26 23:51:41 +02:00
  • 100f5a32be Major changes Refactorings: * BinaryCollector -> BitWriter * BinaryDistributor -> BitReader GabrielTofvesson 2018-04-26 00:24:58 +02:00
  • 308639da5f Fully implemented Binary Collector and Distributor - Added zigzag decoding - Added floating point value compression by reinterpreting and serializing floating point values as integer values - Moved serialization code to common code project GabrielTofvesson 2018-04-10 17:44:38 +02:00
  • 1da1b7878d Implemented floating point value serialization Implemented floating point value deserialization Separated Elliptic Curve Point class to its own file GabrielTofvesson 2018-04-09 20:49:05 +02:00
  • de2a53c1cf Changes: * Removed SHA1 implementation from ECDH GabrielTofvesson 2018-04-09 10:08:06 +02:00
  • 41e8d969ed Refactorings: * Moved encryption algorithms into a folder * Sorted networking into separate files GabrielTofvesson 2018-04-09 03:26:00 +02:00
  • 3c36755c7c Added internationalization manager - Prioritizes language file matching system language above all else - Secondarily prioritizes "default" lang file - Prioritizes lang files declared in meta file (low-to-high priority system) Moved resource files to one folder Added multi-file loading support Started creating a shared layout resource file Added language files - Swedish (default): Incomplete - English US (priority 0): Complete - English GB: (priority ): Complete Continued implementing ListVew Added reference support for 'top' variable in View.Draw() GabrielTofvesson 2018-04-04 11:58:09 +02:00
  • 5aacdba782 Started implementing ListView Started standardizing event system GabrielTofvesson 2018-04-03 23:51:06 +02:00
  • f1071b4994 Refactored ConsoleForms into separate files Gave layout metadata its own sub-namespace Gave views their own sub-namespace Added view naming convention Moved layout data to a separate folder Moved layout contexts to a separate folder GabrielTofvesson 2018-03-31 15:21:27 +02:00
  • d17f4842d3 Added project GabrielTofvesson 2018-03-31 00:57:10 +02:00
  • e44ae49ceb
    Initial commit Wizzard Dev 2018-03-31 00:41:19 +02:00