From bf42a7346355645cf1f37dfb173a8af804531f68 Mon Sep 17 00:00:00 2001 From: tchize Date: Fri, 28 Dec 2007 10:38:17 +0000 Subject: [PATCH] Update script so it now handles big image file with less disk copy. Replace pnmpaste of world file (which output result in a copy) with a custom in file replacement (no copy, no need to reread full file on each iteration). 1G world file are now feasible with reasonable run time. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8055 282e977c-c81d-0410-88c4-b93c2d0d6712 --- editor/scripts/WorldMaker | 44 ++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/editor/scripts/WorldMaker b/editor/scripts/WorldMaker index 3b3e1e04a..5bc4b5d53 100644 --- a/editor/scripts/WorldMaker +++ b/editor/scripts/WorldMaker @@ -1,10 +1,15 @@