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