changelog
- Sun, 05 Mar 2017 20:25:22 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 20:25:22 +0200] rev 1192
- Made configuration a global singleton. I think I can give in at least that much because it makes solving a lot of problems easier.
- Sun, 05 Mar 2017 16:57:49 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 16:57:49 +0200] rev 1191
- Also removed the copy constructor and copy assignment because those only are bad news for a resource managing vector...
- Sun, 05 Mar 2017 16:55:48 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 16:55:48 +0200] rev 1190
- and let's put a newline there...
- Sun, 05 Mar 2017 16:54:42 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 16:54:42 +0200] rev 1189
- Deleted the copy constructor version of ResourceVector<T>::insert, like with append
- Sun, 05 Mar 2017 16:50:37 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 16:50:37 +0200] rev 1188
- Sorted the methods in Model's public section.
- Sun, 05 Mar 2017 16:50:06 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 05 Mar 2017 16:50:06 +0200] rev 1187
- Renamed some methods of the Model class to remove the 'emplace' word (however cromulent it is, being from STL...) from them.