Stella SVN changelog:
r3065
Updated OSX project file for class rearrangement.
---------------------
r3064
Updated Visual Studio project file for recent class rearrangement.
---------------------
r3063
Cleaned up the OSystem code for managing Console and Debugger, removing stuff from destructors and using unique_ptr.
---------------------
r3062
Converted FrameBuffer surface storage to unique_ptr. In the process, I realized that they didn't need to be stored in a map, since the integer ID was never actually being used. This must have been part of a proposed API that I've since de...
---------------------
r3061
A few more unique_ptr instances which I missed.
---------------------
r3060
More conversions to unique_ptr, so deletes can be removed.
---------------------
r3059
Just when I thought there were no more cleanups to do ...
---------------------
r3058
A few more optimizations. It looks to be close to the end of the conversion.
---------------------
r3057
Updated OSX project file, fixed some minor compile warnings, and bumped version # to 4.5 for the next release (whenever it may happen).
---------------------
r3056
Updated Visual Studio project file for recent Array restructuring.
---------------------
r3055
Convert all arrays in the codebase to vectors, so that we get all the advantages of C++11 (move semantics, list initialization, etc). I'd hoped to somehow wrap a vector behind Common::Array and not have to change the codebase to this extent...
---------------------
r3054
You know what's better than adding move semantics and initializer lists to the Array class? Completely deleting all that code and using a std::vector directly :)
---------------------
r3053
Fixed some yacc issues, and a memory leak in debugger expressions.
---------------------
r3052
Some formatting/nullptr fixes for src/debugger.
---------------------
r3051
Some more nullptr and formatting cleanups.
---------------------
Download: Stella SVN r3065 32bit
Download: Stella SVN r3065 64bit
Source: Here
0 Comments
Post a Comment