Frontier

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2012-10-10
02:56
Added a couple of long overdue comments. Leaf check-in: 178d1570f8 user: donnyjward@gmail.com tags: c
2012-09-02
07:26
Fixed compile error in Input. check-in: 186e43902a user: donnyjward@gmail.com tags: c
07:25
Refactored linked list functions in Input module to conform to new implementation. check-in: fd0385888b user: donnyjward@gmail.com tags: c
2012-09-01
06:20
Fixed typo in EntityManager_removeEntity. Test case for test_emComponent passes now. check-in: 303c556d17 user: donnyjward@gmail.com tags: c
06:15
Added test case for creating / validating / removing components, does not pass fully. check-in: d8c9b70653 user: donnyjward@gmail.com tags: c
05:29
Reenabled the rest of the entity manager test cases, all tests pass. check-in: 93a20f4e68 user: donnyjward@gmail.com tags: c
05:23
Fixed more compile errors relating to old component_t's. check-in: 51a8ceb98f user: donnyjward@gmail.com tags: c
05:20
Fixed compile errors from previous commit. check-in: 921b19ac77 user: donnyjward@gmail.com tags: c
05:15
Refactored more implementation in EntityManager, and Component, for the new linked list setup. check-in: 13bc9cd63c user: donnyjward@gmail.com tags: c
2012-08-31
23:12
Began work on redoing the component creation for EntityManager.c (EntityManager_createComponent). Phasing out the component_t base struct. check-in: dfe877e332 user: donnyjward@gmail.com tags: c
2012-08-25
05:26
Added type casts to the int extensions of link_t. check-in: 71cab9e2c3 user: donnyjward@gmail.com tags: c
05:12
Fixed compile error. check-in: 27bd63b67a user: donnyjward@gmail.com tags: c
05:09
Uncommented initial entity manager test func. check-in: 7e39ac91f3 user: donnyjward@gmail.com tags: c
05:08
Implemented LinkedList_removeLink(). check-in: aa14322a9c user: donnyjward@gmail.com tags: c
05:07
Implemented new linked list interface. check-in: c6ad3b4229 user: donnyjward@gmail.com tags: c
05:07
Added documentation. check-in: 8339b183d6 user: donnyjward@gmail.com tags: c
04:51
Added payload defines for primitive types. check-in: 25ebc9bdce user: donnyjward@gmail.com tags: c
04:11
Fixed bug in Linked List causing the test_ll1 case to fail (newly added links were not setting their prev pointers). check-in: 40479a5056 user: donnyjward@gmail.com tags: c
2012-08-24
23:47
Edited comprehensive test case for linked list, doesn't pass as of right now, but it compiles. check-in: 51f1ee0900 user: donnyjward@gmail.com tags: c
23:40
Added helper function to create links and initialize them in one step. check-in: 457de5c0f5 user: donnyjward@gmail.com tags: c
23:40
Added payload id for linked list use. check-in: 773952ae14 user: donnyjward@gmail.com tags: c
22:57
Tempo fixed compile errors to test new linked list interface. check-in: f3b95b10c8 user: donnyjward@gmail.com tags: c
22:48
Changed linked list interfaced used in Engine, edited / temporarily disabled linked list test cases in test.c, and added print func to LinkedList. check-in: 3395c9a364 user: donnyjward@gmail.com tags: c
22:05
Reimplemented linked list methods, LinkedList.c compiles by itself, but other parts of the code still use the old interface. check-in: 875d74ac5d user: donnyjward@gmail.com tags: c
19:15
Renamed types in Linked List. check-in: 8c3d8dfb67 user: donnyjward@gmail.com tags: c
19:02
Beginning to change Linked List implementation, to a method not involving void pointers (uses variable sized structures) and iterability, (no more quadratic time iterating with for loops). check-in: 095ac02907 user: donnyjward@gmail.com tags: c
2012-08-23
03:35
Removed resizeability to window (and minimize button..). check-in: 5b58ac4d1f user: donnyjward@gmail.com tags: c
2012-08-15
03:52
Added apple targets. check-in: 6501a86c78 user: donnyjward@gmail.com tags: c
03:48
Added a small apple note for Engine.c check-in: 33c8a28c93 user: donny@iBane.local tags: c
2012-08-13
23:27
Added platform specific make flags. check-in: a82a74f3b3 user: donnyjward@gmail.com tags: c
2012-08-10
23:46
Applied device options to creation of the window. Also created temp PIXELFORMATDESCRIPTOR to view the contents of the actual applied display settings (use gdb to view contents). check-in: 3c087d9a3c user: donnyjward@gmail.com tags: c
21:39
Fixed input for device enumeration. check-in: cba686d0d2 user: donnyjward@gmail.com tags: c
19:01
Added code to pick a display setting, buggy. check-in: f0a3e76baa user: donnyjward@gmail.com tags: c
18:36
Added Device Enumeration test, and fixed typo (.txt -> .script). check-in: 54f32168b6 user: donnyjward@gmail.com tags: c
18:36
Added Device Enumeration module. check-in: 45820ba575 user: donnyjward@gmail.com tags: c
2012-08-09
22:40
Added more conditional compilation for linux compilation (still does not compile). Changed key_t temporaritly to button_t since it is apparently already declared in a linux header. check-in: c0bebd8459 user: donny@localhost.localdomain tags: c
21:49
Printed some information on the video card to console. check-in: bfe342a5fa user: donnyjward@gmail.com tags: c
16:54
Changed Input.h to so that it will define _WIN32_WINNT when it needs to, conditionally. And it will print messages. check-in: 3d38994717 user: donnyjward@gmail.com tags: c
16:37
Moved Input.h include to the top so it's define for _WIN32_WINNT comes before <windows.h> check-in: 743b40f73f user: donnyjward@gmail.com tags: c
16:36
Renamed project to Frontier. check-in: 1630706305 user: donnyjward@gmail.com tags: c
2012-08-08
23:58
+ linux window creation code. check-in: efbdb63a8c user: donnyjward@gmail.com tags: c
23:36
Changed .txt test script to proper .script extension. check-in: 9554b48413 user: donnyjward@gmail.com tags: c
22:56
More konditional kompilation. check-in: a40bb191a7 user: donnyjward@gmail.com tags: c
21:22
Added more conditional compilation, added proper syntax for function pointer assignment (&WndProc). check-in: bce3226c0f user: donnyjward@gmail.com tags: c
18:08
Added some conditional compilation structure. check-in: 3152f7acce user: donnyjward@gmail.com tags: c
18:08
Added glew and wglew to project directory and build. check-in: 2b7c8cfeb2 user: donnyjward@gmail.com tags: c
2012-08-07
23:47
Fixed bug in ResourceManager_getElement. check-in: 9a6991f9e4 user: donnyjward@gmail.com tags: c
23:15
Added engine controls to test loading and unloading a resource script (.txt file). check-in: e87122029f user: donnyjward@gmail.com tags: c
19:00
Added more to resource loading function. Some type renaming for components as well, and added more to resource destroy function. check-in: 66c9aacef6 user: donnyjward@gmail.com tags: c
18:08
Fixed loadScript, text file is correctly read into memory, added test case to confirm. check-in: ddc1f31e34 user: donnyjward@gmail.com tags: c