sdk
12 years agoide: tweaked code related to managing (or not) debug session when compiling. fixed...
Rejean Loyer [Mon, 30 May 2011 00:03:54 +0000 (20:03 -0400)]
ide: tweaked code related to managing (or not) debug session when compiling. fixed writing target while loaded in gdb. related to mantis issues 592, 589, 435.

12 years agoecere:File: removed File::Open method and restored FileOpen function. extras:CSVParse...
Rejean Loyer [Sun, 29 May 2011 18:03:36 +0000 (14:03 -0400)]
ecere:File: removed File::Open method and restored FileOpen function. extras:CSVParser:CSVDataParser: no longer extending File to handle csv content types (access method vs content type class hierarchy)

12 years agoextras:CSVFile:CSVFileValuesParser: improved the whole csv thing with proper class...
Rejean Loyer [Sun, 29 May 2011 13:45:30 +0000 (09:45 -0400)]
extras:CSVFile:CSVFileValuesParser: improved the whole csv thing with proper class names and hierarchy. re-introduced position tracking and tolerateNewLineInValue in new parsing code.

12 years agoextras:LogBox: added Logt and Tellt for friendly typed-args-array string printing
Rejean Loyer [Sun, 29 May 2011 13:37:26 +0000 (09:37 -0400)]
extras:LogBox: added Logt and Tellt for friendly typed-args-array string printing

12 years agoecere:File: added Open(...) and Close() methods. for MyFileClass f {}; f.Open(path...
Rejean Loyer [Sun, 29 May 2011 13:33:03 +0000 (09:33 -0400)]
ecere:File: added Open(...) and Close() methods. for MyFileClass f {}; f.Open(path, mode); vs File f = FileOpen(path, mode);

12 years agoEDA:SQLite:SQLiteCipher: moved code common to both drivers into EDASQLiteCommon.ec...
Rejean Loyer [Sun, 29 May 2011 05:09:41 +0000 (01:09 -0400)]
EDA:SQLite:SQLiteCipher: moved code common to both drivers into EDASQLiteCommon.ec. Matched optimized for speed and -ffast-math details for SQLiteCipher.

12 years agoEDA:SQLiteCipher: Updated to 3.7.6.3 by merging differences between SQLCipher 1.1...
Rejean Loyer [Sun, 29 May 2011 05:02:09 +0000 (01:02 -0400)]
EDA:SQLiteCipher: Updated to 3.7.6.3 by merging differences between SQLCipher 1.1.8 and SQLite 3.7.2 into SQLite 3.7.6.3

12 years agoPatched dataType.ec to build on GCC 3.4.5 (Declaration ordering issue)
Jerome St-Louis [Fri, 27 May 2011 01:47:11 +0000 (20:47 -0500)]
Patched dataType.ec to build on GCC 3.4.5 (Declaration ordering issue)

12 years agoModifications to fix crashes on Window with alphaBlend = true on 16 bit display
Jerome St-Louis [Fri, 27 May 2011 00:20:34 +0000 (20:20 -0400)]
Modifications to fix crashes on Window with alphaBlend = true on 16 bit display

12 years agoUpdated SQLite to 3.7.6.3. Note: Put back Optimized for speed in project settings...
Jerome St-Louis [Fri, 27 May 2011 00:02:14 +0000 (20:02 -0400)]
Updated SQLite to 3.7.6.3. Note: Put back Optimized for speed in project settings. Need to manually take out -ffast-math from Makefile when building in Release.

12 years agoextras/CSV: Rewrote CommaSeparatedProcessor::Process, please migrate missing features...
Jerome St-Louis [Sun, 22 May 2011 07:55:55 +0000 (03:55 -0400)]
extras/CSV: Rewrote CommaSeparatedProcessor::Process, please migrate missing features, e.g. { }

12 years agosdk:ide: fixed debugger stopped on compiling other config> http://ecere.com/mantis...
Rejean Loyer [Thu, 19 May 2011 19:03:16 +0000 (15:03 -0400)]
sdk:ide: fixed debugger stopped on compiling other config> ecere.com/mantis/view.php?id=589

12 years agoide: Fixed go to error broken by MSVS support
Jerome St-Louis [Thu, 19 May 2011 07:00:44 +0000 (03:00 -0400)]
ide: Fixed go to error broken by MSVS support

12 years agoEditBox: Organized keywords in syntax highlighting
Jerome St-Louis [Thu, 19 May 2011 06:57:46 +0000 (02:57 -0400)]
EditBox: Organized keywords in syntax highlighting

12 years agoTemporary workaround for MinGW gcc 4.5 bug
Jerome St-Louis [Thu, 19 May 2011 06:55:25 +0000 (02:55 -0400)]
Temporary workaround for MinGW gcc 4.5 bug
Bug described @ https://sourceforge.net/tracker/?func=detail&aid=3304403&group_id=2435&atid=102435#

12 years agosamples: removed old obj dirs from epj files
Rejean Loyer [Thu, 19 May 2011 00:38:49 +0000 (20:38 -0400)]
samples: removed old obj dirs from epj files

12 years agoextras: renamed extras/WIA.ec -> extras/wia.ec
Rejean Loyer [Wed, 18 May 2011 23:53:19 +0000 (19:53 -0400)]
extras: renamed extras/WIA.ec -> extras/wia.ec

12 years agoide: Fix for loading legacy .epj's (was crashing on installer.epj)
Jerome St-Louis [Tue, 17 May 2011 05:49:55 +0000 (01:49 -0400)]
ide: Fix for loading legacy .epj's (was crashing on installer.epj)
   - includeDirs/libraryDirs properties deleting when empty

12 years agoFixed up ide.epj and Makefile to always use obj/resources.o regardless of config
Jerome St-Louis [Tue, 17 May 2011 05:11:14 +0000 (01:11 -0400)]
Fixed up ide.epj and Makefile to always use obj/resources.o regardless of config
- Makes it so that the Debug just builds after a 'make'

12 years agosamples: added the sample SQLite file for db/MovieCollection
Jerome St-Louis [Tue, 17 May 2011 03:59:00 +0000 (23:59 -0400)]
samples: added the sample SQLite file for db/MovieCollection

12 years agosamples: Renamed BitmapAudioKB->bitmapsAndKB
Jerome St-Louis [Tue, 17 May 2011 03:47:41 +0000 (23:47 -0400)]
samples: Renamed BitmapAudioKB->bitmapsAndKB

12 years agosamples: Added some guiAndGfx and resources
Jerome St-Louis [Tue, 17 May 2011 03:35:57 +0000 (23:35 -0400)]
samples: Added some guiAndGfx and resources

12 years agosamples: added new resources, regrouped card games, brainstonz
Jerome St-Louis [Tue, 17 May 2011 02:34:22 +0000 (22:34 -0400)]
samples: added new resources, regrouped card games, brainstonz

12 years agosamples:games: added bomb, poker, tetris, tongIts
Rejean Loyer [Tue, 17 May 2011 00:44:43 +0000 (20:44 -0400)]
samples:games: added bomb, poker, tetris, tongIts

12 years agosamples: added missing resources
Rejean Loyer [Mon, 16 May 2011 19:04:38 +0000 (15:04 -0400)]
samples: added missing resources

12 years agosamples: fixed relative paths to extras in project files
Rejean Loyer [Mon, 16 May 2011 18:10:06 +0000 (14:10 -0400)]
samples: fixed relative paths to extras in project files
This reverts commit 414082f39cfcdaf240e9c75f801447594895015e.

12 years agosamples - terrainCameraDemo: change location, reverted previous move
Rejean Loyer [Mon, 16 May 2011 17:56:35 +0000 (13:56 -0400)]
samples - terrainCameraDemo: change location, reverted previous move
This reverts commit 30987509aa02d87b4dfd6f56403db61b7e9da715.

12 years agoadded name for SubdivisionCategory and category for both CASubdivisionCode and USSubd...
Rejean Loyer [Mon, 16 May 2011 14:18:36 +0000 (10:18 -0400)]
added name for SubdivisionCategory and category for both CASubdivisionCode and USSubdivisionCode

12 years agomoved terrainCameraDemo to samples/games
Rejean Loyer [Mon, 16 May 2011 13:52:13 +0000 (09:52 -0400)]
moved terrainCameraDemo to samples/games

12 years agoadded samples games/othello, games/ruff and games/scrabble
Rejean Loyer [Mon, 16 May 2011 13:34:09 +0000 (09:34 -0400)]
added samples games/othello, games/ruff and games/scrabble
added missing resources for various other samples
3D/ModelViewer, 3D/TransCube, guiAndGfx/childWindows,
guiAndGfx/openrider and guiAndGfx/skinning
updated guiAndGfx/openrider/openrider.epj

12 years agofixed file paths for /sdk/extras/* in samples/*.epj
Rejean Loyer [Mon, 16 May 2011 09:19:10 +0000 (05:19 -0400)]
fixed file paths for /sdk/extras/* in samples/*.epj

12 years agoadded new samples' common LICENSE file
Rejean Loyer [Mon, 16 May 2011 08:48:26 +0000 (04:48 -0400)]
added new samples' common LICENSE file

12 years agoremoved some resources that should not have been commited
Rejean Loyer [Mon, 16 May 2011 08:29:52 +0000 (04:29 -0400)]
removed some resources that should not have been commited

12 years agofixed line number off by one or more
Rejean Loyer [Mon, 16 May 2011 05:26:03 +0000 (01:26 -0400)]
fixed line number off by one or more

12 years agoremoved a few stray files from ecere resources directory (sdk/ecere/res)
Rejean Loyer [Mon, 16 May 2011 05:27:42 +0000 (01:27 -0400)]
removed a few stray files from ecere resources directory (sdk/ecere/res)

12 years agoInitial git commit -- Transition from CodeGuard repository
Jerome St-Louis [Sun, 15 May 2011 06:37:28 +0000 (02:37 -0400)]
Initial git commit -- Transition from CodeGuard repository