Thomas Goyne
|
96cf5ea7ed
|
Kill the #ifndef AGI_PRE guards
They don't actually improve compilation performance and make it more
annoying to modify what things are in the precompiled header.
|
2012-12-02 06:33:29 -08:00 |
|
Thomas Goyne
|
decbf06de3
|
Timestamp temporary files to reduce the chance of name collisions
|
2012-10-21 15:29:52 -07:00 |
|
Thomas Goyne
|
b43f27396e
|
Verify that creating the temp file for saving actually succeeded
|
2012-10-21 15:29:52 -07:00 |
|
Thomas Goyne
|
da79178cc9
|
Add _tmp before the extension when saving
This makes it easier to open the temporary file if an error occurs at
some point in the saving process.
|
2012-10-21 08:04:06 -07:00 |
|
Thomas Goyne
|
c7fb6a57a4
|
Remove the platform-specific agi::io implementations since they were nearly identical
|
2012-10-21 08:00:02 -07:00 |
|