All Pastes
Paste #1411, pasted on May 18, 2012 8:08:33 PM
/* * This file is part of OpenGFX+ Trains. * OpenGFX+ Trains is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. * OpenGFX+ Trains is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenGFX+ Trains. If not, see <http://www.gnu.org/licenses/>. ...
Paste #1410, pasted on May 18, 2012 8:02:29 PM
Both make sense IMHO. In my understanding indeed the date as found on the file system is meant primarily. The ingame date most often is shown in the filename of the savegame itself (subject to configuration in the adv. settings). But ofc it can be read from the savegame as well.
Paste #1409, pasted on May 18, 2012 2:46:21 PM
OpenGFX+ Road Vehicles ----------------------------------- Version: {{GRF_TITLE}} ...Paste #1408, pasted on May 18, 2012 2:45:19 PM
/* * ***************************************************************************** * Define cargo translation table and refits * ***************************************************************************** */ ...
Paste #1407, pasted on May 17, 2012 8:40:34 PM
grf { grfid : "IvB\02"; name : string(STR_GRF_NAME); desc : string(STR_GRF_DESCRIPTION); url : string(STR_GRF_URL); ...Paste #1406, pasted on May 15, 2012 8:10:38 PM
Index: src/table/misc_settings.ini =================================================================== --- src/table/misc_settings.ini (revision 24250) +++ src/table/misc_settings.ini (working copy) @@ -213,10 +213,10 @@ ...
Paste #1405, pasted on May 15, 2012 7:56:20 PM
Index: src/table/misc_settings.ini =================================================================== --- src/table/misc_settings.ini (revision 24250) +++ src/table/misc_settings.ini (working copy) @@ -213,10 +213,10 @@ ...
Paste #1403, pasted on May 15, 2012 7:20:28 PM
Index: src/table/misc_settings.ini =================================================================== --- src/table/misc_settings.ini (revision 24250) +++ src/table/misc_settings.ini (working copy) @@ -213,12 +213,12 @@ ...
Paste #1402, pasted on May 13, 2012 8:25:33 PM
# Here also go all build targets specific to this very newgrf bandit.src.dep: bandit.nml GENERATE=makebandit.sh ...
Paste #1401, pasted on May 13, 2012 8:22:54 PM
#!/bin/bash src/build_bandit.py \ && nmlc -M bandit.nml \ && make -C src/pixel_generator \ && nmlc bandit.nml --nfo=sprites/bandit.nfo \ ...