2003-02-15  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.in (AC_OUTPUT): Add intl/Makefile.

2003-02-15  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Remove intl.

2003-02-15  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Remove intl.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2002-10-08  gettextize  <bug-gnu-gettext@gnu.org>


2002-10-08  gettextize  <bug-gnu-gettext@gnu.org>


2002-10-08  gettextize  <bug-gnu-gettext@gnu.org>


2002-10-08  gettextize  <bug-gnu-gettext@gnu.org>


2002-10-08  gettextize  <bug-gnu-gettext@gnu.org>

	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add m4/Makefile.

2002-10-04 22:49 Christophe Fergeau

	* gtk/GLModelView.h
	* gtk/GLTerrainView.cpp
	* gtk/GLView.cpp
	* gtk/GLView.h
	* Application.cpp
	* HeightOps.h
	* Makefile.am
	* World.h: Fixed compilation
	
2001-10-15 00:24  zongo_fr

	* Application.cpp, Command.h, CommandStack.cpp, CommandStack.h:
	added support for non-undoable commands

2001-10-15 00:11  zongo_fr

	* Application.cpp, Application.h, Tool.h,
	gtk/CallbacksBrowseOperations.cpp,
	gtk/CallbacksGroundOperations.cpp,
	gtk/CallbacksHeightOperations.cpp: removed some more dependencies
	between UI and classes

2001-10-14 23:46  zongo_fr

	* TODO, TerrainView.cpp, TerrainView.h, gtk/CallbacksBrowse.h,
	gtk/CallbacksBrowseOperations.cpp, gtk/CallbacksEditOperations.cpp,
	gtk/CallbacksGround.h, gtk/CallbacksGroundOperations.cpp,
	gtk/CallbacksHeight.h, gtk/CallbacksHeightOperations.cpp,
	gtk/GLTerrainView.cpp, gtk/GLTerrainView.h: removed dependency
	between TerrainView and HeightFieldChange. still needs some cleanup
	via Application interface

2001-10-14 16:43  nekeme

	* ChangeLog, po/fr.po: Updated french translation.

2001-10-13 22:30  zongo_fr

	* TODO: added and started to fill TODO file

2001-10-13 22:17  zongo_fr

	* AUTHORS, HeightFieldChange.cpp, HeightFieldChange.h, Makefile.am,
	Makefile.in, TerrainView.cpp, TerrainView.h, Tool.h,
	gtk/CallbacksHeightOperations.cpp, gtk/GLTerrainView.cpp: Small
	fixes, added abstract class Tool as parent of HeightFieldChange for
	other types of tools

2001-10-13 21:06  zongo_fr

	* Worlded.glade, gtk/CallbacksHeightOperations.cpp,
	gtk/callbacks.cpp, gtk/callbacks.h, gtk/interface.cpp,
	gtk/interface.h, gtk/support.cpp, gtk/support.h, po/cat-id-tbl.c:
	cleaned up a little the code, generate random height will be in a
	new window when creating a new world

2001-10-12 21:39  zongo_fr

	* HeightFieldCommand.cpp, HeightFieldCommand.h: added new undo
	system files

2001-10-12 09:27  zongo_fr

	* HFChangeGround.cpp, HFChangeGround.h, HFEAbsolute.cpp,
	HFEOffset.cpp: new undo system, works for HFChangeGround too

2001-10-12 04:27  zongo_fr

	* HFEAbsolute.cpp, HFEAbsolute.h, HFEOffset.cpp, HFEOffset.h,
	HFEditHeight.h, HeightFieldChange.h, Makefile.am, Makefile.in: new
	undo system, HeightFieldChange is no more subclass of Command

2001-10-11 16:28  nekeme

	* Worlded.glade, gtk/CallbacksEdit.h,
	gtk/CallbacksEditOperations.cpp, gtk/callbacks.cpp,
	gtk/callbacks.h, gtk/interface.cpp, gtk/interface.h,
	gtk/support.cpp, gtk/support.h: Now clicking on a tool notebook tab
	changes the current tool to the selected one.

2001-10-11 09:02  zongo_fr

	* HFEAbsolute.cpp, HFEAbsolute.h, HeightFieldChange.h: HFE Smooth
	is now functional (and undoable, but that was obvious)

2001-10-11 08:32  zongo_fr

	* Application.cpp, Application.h, HFEAbsolute.cpp, HFEAbsolute.h,
	HFEOffset.cpp, HFEOffset.h, HFEditHeight.cpp, HFEditHeight.h,
	HeightFieldChange.cpp, HeightFieldChange.h, HeightOps.cpp,
	Makefile.am, Makefile.in: HFE bulldozer is now totally functional
	and undoable

2001-10-11 05:12  zongo_fr

	* CommandStack.cpp, HFEditHeight.cpp, HeightFieldChange.h,
	gtk/GLModelView.h: small bug fixes in undo/redo

2001-10-10 21:44  nekeme

	* Application.cpp, HeightFieldChange.h, TerrainView.h,
	gtk/GLView.cpp: Corrected bug: The window wasn't refreshed after
	undo/redo

2001-10-10 20:46  nekeme

	* HeightFieldChange.h, Makefile.am, Makefile.in, gtk/Makefile.am,
	gtk/Makefile.in: Corrected a bug in HFEditChange::Clone (Zongo
	forgot to put a return, hehe ;) added -Wall in Makefile to prevent
	this kind of error.

2001-10-10 18:10  zongo_fr

	* pixmaps/.cvsignore: added .xvpics in .cvsignore

2001-10-10 14:33  nekeme

	* ChangeLog, CommandStack.cpp, CommandStack.h, HFEditHeight.cpp,
	Makefile.am, Makefile.in, World.cpp, gtk/Makefile.am,
	gtk/Makefile.in: Fixed compilations problems.

2001-10-10 09:09  zongo_fr

	* Application.cpp, Application.h, Command.h, CommandStack.h,
	HFEditHeight.cpp, HFEditHeight.h, HeightFieldChange.cpp,
	HeightFieldChange.h, Makefile.am, Makefile.in, TerrainView.cpp,
	World.h, Worlded.glade, gtk/CallbacksEdit.h,
	gtk/CallbacksEditOperations.cpp, gtk/GLTerrainView.cpp,
	gtk/callbacks.cpp, gtk/interface.cpp: undo/redo implemented for
	some heightops (offset change), display problem

2001-10-10 06:37  zongo_fr

	* World.cpp: fascist type determination from ArkConfig, forced
	m_Scale to be fixed floating point number

2001-10-10 06:31  zongo_fr

	* Application.cpp, World.cpp, World.h, Worlded.glade,
	gtk/CallbacksBrowseOperations.cpp, gtk/CallbacksFileOperations.cpp,
	gtk/interface.cpp: fixed saving problem, finally removed g_World

2001-10-10 05:06  zongo_fr

	* HeightFieldChange.cpp: state is now in HeightFieldChange.cpp

2001-10-10 05:05  zongo_fr

	* TerrainView.cpp, Worlded.glade, gtk/CallbacksBrowse.h,
	gtk/CallbacksBrowseOperations.cpp, gtk/interface.cpp,
	po/cat-id-tbl.c: browse informations are now updated

2001-10-09 18:32  zongo_fr

	* HFEditHeight.cpp, HFEditHeight.h, HeightFieldChange.h,
	Makefile.am, Makefile.in: m_State is now a HeightFieldChange data

2001-10-09 18:22  zongo_fr

	* gtk/: CallbacksHeightOperations.cpp, GLTerrainView.cpp: removed
	(commented) debug output

2001-10-09 08:24  zongo_fr

	* HFChangeGround.h, HFEditHeight.cpp, HFEditHeight.h,
	HeightFieldChange.h, HeightOps.cpp, TerrainView.cpp, TerrainView.h,
	gtk/GLTerrainView.cpp, gtk/callbacks.cpp, pixmaps/ho-bulldozer.xpm,
	pixmaps/ho-higher.xpm, pixmaps/ho-lower.xpm, pixmaps/ho-noise.xpm:
	made HeightOps more intuitive (not evergrowing), this will be used
	for Undo/Redo

2001-10-08 11:05  zongo_fr

	* HFEditHeight.cpp, HFEditHeight.h: Fixed attenuation code,
	standard attenuation computation is in base class

2001-10-08 11:04  zongo_fr

	* gtk/interface.cpp, Worlded.glade: Ground change brush shape is
	not yet usable, setting UI accordingly

2001-10-08 09:03  zongo_fr

	* HFEditHeight.cpp, Worlded.glade, gtk/CallbacksGround.h,
	gtk/CallbacksGroundOperations.cpp, gtk/CallbacksHeight.h,
	gtk/CallbacksHeightOperations.cpp, gtk/callbacks.cpp,
	gtk/callbacks.h, gtk/interface.cpp, po/cat-id-tbl.c: Implemented
	attenuation for HeightOps (these need refinement for undo stuff)

2001-10-06 00:21  zongo_fr

	* HFEditHeight.cpp: std::vector::at() is not in some STLs

2001-10-05 08:23  zongo_fr

	* HFEditHeight.cpp, HFEditHeight.h, HeightOps.cpp, TerrainView.cpp,
	Worlded.glade, gtk/CallbacksHeight.h,
	gtk/CallbacksHeightOperations.cpp, gtk/callbacks.cpp,
	gtk/interface.cpp: worked a little on height operations

2001-10-05 04:39  zongo_fr

	* HFChangeGround.cpp, HFChangeGround.h, HFEditHeight.cpp,
	HFEditHeight.h, HeightFieldChange.h, gtk/GLTerrainView.cpp: Drag
	and paint can now be made

2001-10-05 04:11  zongo_fr

	* HFEditHeight.cpp, HFEditHeight.h, ViewWidget.h, Worlded.glade,
	gtk/GLView.cpp, gtk/callbacks.cpp, gtk/callbacks.h,
	gtk/interface.cpp, po/cat-id-tbl.c: Used motion hint to remove
	latency when dragging mouse over gl area

2001-10-04 10:11  zongo_fr

	* HFChangeGround.cpp, HFEditHeight.cpp, HFEditHeight.h,
	HeightOps.cpp, HeightOps.h, TerrainView.cpp,
	gtk/CallbacksHeightOperations.cpp: HeightOps system works, not all
	operations are functional

2001-10-04 07:34  zongo_fr

	* po/: .cvsignore, worlded.pot: worlded.pot is generated file,
	removed

2001-10-04 07:33  zongo_fr

	* Application.h, HFChangeGround.cpp, HFChangeGround.h,
	HFEditHeight.cpp, HFEditHeight.h, HeightFieldChange.h,
	TerrainView.cpp, TerrainView.h, World.cpp, World.h,
	gtk/CallbacksGroundOperations.cpp,
	gtk/CallbacksHeightOperations.cpp, po/worlded.pot: Added pitch
	angle & Enable save when necessary

2001-10-02 09:46  zongo_fr

	* HFChangeGround.cpp, HFChangeGround.h, HFEditHeight.cpp,
	HFEditHeight.h, HeightEdit.cpp, HeightEdit.h, HeightFieldChange.h,
	HeightOps.cpp, HeightOps.h, Makefile.am, Makefile.in,
	TerrainView.cpp, TerrainView.h, World.cpp, World.h,
	WorldConfig.cpp, WorldConfig.h, gtk/CallbacksEditOperations.cpp,
	gtk/CallbacksFileOperations.cpp, gtk/CallbacksGroundOperations.cpp,
	gtk/CallbacksHeightOperations.cpp, gtk/GLTerrainView.cpp,
	gtk/GLView.cpp, po/worlded.pot: Change in TerrainView now uses
	virtual function Apply()

2001-09-29 09:26  zongo_fr

	* Application.cpp, Application.h, TerrainView.cpp, TerrainView.h,
	gtk/GLTerrainView.cpp, gtk/GLTerrainView.h, gtk/GLView.cpp,
	gtk/GLView.h, po/worlded.pot: drawing stuff - damn too slow !

2001-09-29 05:01  zongo_fr

	* Application.cpp, Application.h, TerrainView.cpp, TerrainView.h,
	ViewWidget.h, World.cpp, World.h, gtk/GLModelView.cpp,
	gtk/GLModelView.h, gtk/GLTerrainView.cpp, gtk/GLTerrainView.h,
	gtk/GLView.cpp, gtk/GLView.h, gtk/Makefile.am, gtk/Makefile.in,
	gtk/callbacks.cpp, po/worlded.pot: New hierarchy for GL widgets

2001-09-28 02:54  zongo_fr

	* po/.cvsignore: added .gmo files to ignore list

2001-09-26 08:35  zongo_fr

	* .cvsignore, Main.cpp, World.cpp, gtk/callbacks.cpp, po/fr.po,
	po/worlded.pot: Adding a ground does not segfault anymore

2001-09-25 21:00  nekeme

	* Makefile.in, aclocal.m4, configure, configure.in,
	gtk/Makefile.in, pixmaps/Makefile.in, po/fr.po: French translation
	of the World editor.

2001-09-25 09:19  zongo_fr

	* .cvsignore, Application.cpp, HeightOps.cpp, TerrainView.cpp,
	World.h, Worlded.glade, gtk/CallbacksEditOperations.cpp,
	gtk/CallbacksGround.h, gtk/CallbacksGroundOperations.cpp,
	gtk/CallbacksHeight.h, gtk/CallbacksHeightOperations.cpp,
	gtk/GLView.cpp, gtk/GLView.h, gtk/callbacks.cpp, gtk/callbacks.h,
	gtk/interface.cpp, po/worlded.pot: Basic painting operations
	(EXPERIMENTAL)

2001-09-24 11:56  zongo_fr

	* configure, configure.in: backed out another stupid change of mine

2001-09-24 11:52  zongo_fr

	* .cvsignore: changed to ignore executable with correct case

2001-09-24 11:49  zongo_fr

	* Makefile.in, aclocal.m4, configure, configure.in,
	gtk/Makefile.in, po/worlded.pot: i'll clean up my tree before
	updating next time :)

2001-09-24 11:38  zongo_fr

	* GLWindow.cpp, GLWindow.h, MainWindow.cpp, MainWindow.h,
	configure, configure.in, gtk/GLView.cpp, pixmaps/Makefile.in:
	worlded compiles on my box now

2001-09-23 19:19  nekeme

	* .cvsignore, gtk/.cvsignore, intl/.cvsignore, pixmaps/.cvsignore,
	po/.cvsignore: Added .cvsignore file for new make system.

2001-09-23 19:08  nekeme

	* icons/: arrow.png, arrow.xpm, cam.xpm, camera.png, ground.png,
	height.png, ho-bulldozer.png, ho-noise.png, ho-transform.png:
	Removed old 'icons' directory.

2001-09-23 19:06  nekeme

	* Makefile.in, acconfig.h, configure, gtk/Makefile.in,
	intl/Makefile.in, intl/VERSION, pixmaps/Makefile.in: Added
	intermediary .in files.

2001-09-23 19:00  nekeme

	* ABOUT-NLS, aclocal.m4, autogen.sh, gtk/Makefile.am,
	intl/ChangeLog, intl/linux-msg.sed, intl/xopen-msg.sed: Second pass
	for autoconfization: added missing files

2001-09-23 18:58  nekeme

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile, Makefile.am,
	NEWS, README, config.h.in, configure.in, install-sh, missing,
	mkinstalldirs, stamp-h.in, intl/Makefile.in.in, intl/bindtextdom.c,
	intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
	intl/explodename.c, intl/finddomain.c, intl/gettext.c,
	intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
	intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h,
	intl/loadinfo.h, intl/loadmsgcat.c, intl/localealias.c,
	intl/po2tbl.sed.in, intl/textdomain.c, pixmaps/Makefile.am,
	po/ChangeLog, po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c,
	po/stamp-cat-id, po/worlded.pot: Preliminary
	automake/autoconf-ization of the editor.

2001-09-21 18:20  zongo_fr

	* Application.cpp, TerrainView.cpp, World.cpp: Added center on load

2001-09-20 19:24  nekeme

	* Makefile, gtk/GLView.cpp: Fixed last compiling problems: WorldEd
	wasnt linked with the ArkCollision library, and a header was
	missing in gtk/GLView.cpp

2001-09-20 19:13  zongo_fr

	* Main.cpp, Makefile, TerrainView.cpp, gtk/GLView.cpp: comile
	errors fiexd

2001-09-20 19:07  nekeme

	* Application.cpp, Makefile, World.cpp, gtk/GLView.cpp: Fixed some
	compiling issues in the source and Makefile (essentially string->
	Ark::String conversions)

2001-09-19 23:19  zongo_fr

	* Application.cpp, Application.h, EntityEditor.cpp, EntityEditor.h,
	GroundList.cpp, GroundList.h, HeightEdit.cpp, HeightEdit.h,
	HeightOps.cpp, HeightOps.h, Main.cpp, Main.h, Makefile,
	TerrainView.cpp, TerrainView.h, World.cpp, World.h,
	WorldConfig.cpp, WorldConfig.h, Worlded.glade, fox/EntryEditor.cpp,
	fox/EntryEditor.h, fox/GLWindow.cpp, fox/GLWindow.h, fox/Main.cpp,
	fox/MainWindow.cpp, fox/MainWindow.h, gtk/CallbacksBrowse.h,
	gtk/CallbacksBrowseOperations.cpp, gtk/CallbacksEdit.h,
	gtk/CallbacksEditOperations.cpp, gtk/CallbacksFile.h,
	gtk/CallbacksFileOperations.cpp, gtk/CallbacksGround.h,
	gtk/CallbacksGroundOperations.cpp, gtk/CallbacksHeight.h,
	gtk/CallbacksHeightOperations.cpp, gtk/GLView.cpp, gtk/GLView.h,
	gtk/PixmapMaterial.cpp, gtk/PixmapMaterial.h, gtk/callbacks.cpp,
	gtk/callbacks.h, gtk/interface.cpp, gtk/interface.h,
	gtk/support.cpp, gtk/support.h, pixmaps/arrow.xpm, pixmaps/cam.xpm,
	pixmaps/camera.xpm, pixmaps/exit.xpm, pixmaps/filenew.xpm,
	pixmaps/fileopen.xpm, pixmaps/filesave.xpm, pixmaps/ground.xpm,
	pixmaps/height.xpm, pixmaps/ho-bulldozer.xpm,
	pixmaps/ho-higher.xpm, pixmaps/ho-noise.xpm, pixmaps/ho-smooth.xpm,
	pixmaps/ho-transform.xpm, pixmaps/redo.xpm, pixmaps/undo.xpm:
	second step for gtk-port, warning, unstable build

2001-09-02 12:12  nekeme

	* icons/.xvpics/: camera.png, ground.png, height.png,
	ho-bulldozer.png, ho-noise.png, ho-transform.png: Removed useless
	picture preview directories (.pics, .xvpics).

2001-09-01 23:28  zongo_fr

	* .cvsignore, Application.cpp, Application.h, Entity.h,
	EntityEditor.cpp, EntityEditor.h, GroundList.cpp, GroundList.h,
	HeightOps.h, Makefile, TerrainView.cpp, TerrainView.h, World.cpp,
	World.h: First step before integrating with gtk+

2001-07-19 23:11  nekeme

	* MainWindow.h, WorldConfig.cpp, WorldConfig.h: [no log message]

2001-07-19 22:28  nekeme

	* Application.cpp, Application.h, EntityEditor.cpp, EntityEditor.h,
	GroundList.cpp, HeightOps.cpp, MainWindow.cpp, MainWindow.h,
	Makefile, TerrainView.cpp, World.cpp, World.h: Some tiny changes...

2001-07-18 01:03  nekeme

	* HeightOps.h, TerrainView.h, World.h: * Put the World editor in
	sync with the engine.

2001-05-04 23:00  nekeme

	* Application.cpp, Entity.cpp, EntityEditor.cpp, EntityEditor.h,
	EntryEditor.cpp, EntryEditor.h: [no log message]

2001-05-03 09:38  nekeme

	* Makefile, GLWindow.cpp, World.h, Application.cpp, Application.h,
	GLWindow.h, Main.cpp, TerrainView.cpp, GroundList.h, MainWindow.h,
	TerrainView.h, MainWindow.cpp, GroundList.cpp, HeightEdit.cpp,
	HeightEdit.h, HeightOps.h, HeightOps.cpp, World.cpp, Entity.cpp,
	Entity.h, EntityEditor.h, EntityEditor.cpp, EntryEditor.h,
	EntryEditor.cpp, icons/arrow.png, icons/arrow.xpm, icons/cam.xpm,
	icons/camera.png, icons/ground.png, icons/height.png,
	icons/ho-noise.png, icons/ho-bulldozer.png, icons/ho-transform.png,
	icons/.xvpics/camera.png, icons/.xvpics/ground.png,
	icons/.xvpics/height.png, icons/.xvpics/ho-bulldozer.png,
	icons/.xvpics/ho-noise.png, icons/.xvpics/ho-transform.png: Initial
	revision

2001-05-03 09:38  nekeme

	* Makefile, GLWindow.cpp, World.h, Application.cpp, Application.h,
	GLWindow.h, Main.cpp, TerrainView.cpp, GroundList.h, MainWindow.h,
	TerrainView.h, MainWindow.cpp, GroundList.cpp, HeightEdit.cpp,
	HeightEdit.h, HeightOps.h, HeightOps.cpp, World.cpp, Entity.cpp,
	Entity.h, EntityEditor.h, EntityEditor.cpp, EntryEditor.h,
	EntryEditor.cpp, icons/arrow.png, icons/arrow.xpm, icons/cam.xpm,
	icons/camera.png, icons/ground.png, icons/height.png,
	icons/ho-noise.png, icons/ho-bulldozer.png, icons/ho-transform.png,
	icons/.xvpics/camera.png, icons/.xvpics/ground.png,
	icons/.xvpics/height.png, icons/.xvpics/ho-bulldozer.png,
	icons/.xvpics/ho-noise.png, icons/.xvpics/ho-transform.png:
	Imported Worlded sources

