Commit Graph

9 Commits

Author SHA1 Message Date
Simon Rozman
45a741d7db Gradual code migration to ATL and object-oriented approach:
- Configuration, user and session data are now internally stored as objects.
- Object wrappers for many structs and primitives added.
- Code partially rewritten to work with objects and benefit out-of-scope clean-up using object destructors.
- …And a lot more code internal changes.

Configuration, user and other data is now passed as compact BLOBs in inter-process communication greatly reducing communication payload.
2015-04-09 08:50:24 +00:00
Simon Rozman
8fcf315329 2015-04-06 08:45:15 +00:00
Simon Rozman
beaa51b49d Support for file read&write of AL::TLS::CConfigData added. 2015-04-05 20:01:36 +00:00
Simon Rozman
87116d344c Gradual code migration to ATL and object-oriented approach
Code cleanup
2015-04-02 16:22:37 +00:00
Simon Rozman
cbb1c91d55 Gradual code migration to ATL and object-oriented approach 2015-04-02 08:26:17 +00:00
Simon Rozman
b4144bcaea Added support for:
GetModuleFileName()
GetFileVersionInfo()
PathCanonicalize()

Aesthetic modifications
2015-03-30 08:48:18 +00:00
Simon Rozman
38acdbd855 2015-03-27 16:36:39 +00:00
Simon Rozman
f95b10d5e3 Additional functions added. 2015-03-24 14:10:49 +00:00
Simon Rozman
f6ad8bd613 libatl added.
The work on al_import.exe continues.

Aesthetic modifications
2015-03-20 13:18:36 +00:00