Hello, we apologize but forum registrations are non-functional at this time. This issue should be fixed around mid-December. Until then, please stop by our Discord channel if you'd like to get in touch with the team. Thanks!
Search found 480 matches
- Fri Aug 21, 2009 4:13 am
- Forum: Programming
- Topic: Subversion Commit Log
- Replies: 637
- Views: 218212
Re: Subversion Commit Log
The problem was possible indexing outside the _character_order, see: for (uint32 j = 0; j < 4 || j >= _character_order.size(); j++) { which I fixed to: for (uint32 j = 0; j < 4 && j < _character_order.size(); j++) { Also, there is no need to go further in the main for loop that checks for the charac...
- Fri Aug 21, 2009 1:21 am
- Forum: Programming
- Topic: Subversion Commit Log
- Replies: 637
- Views: 218212
Re: Subversion Commit Log
Committed revision #1572. ============================================================ Files Modified /global/global.cpp Primary Changes - If you talk to the Captain, Kyle leaves your party, but this is buggy. I'm sure there's something I neglected to do there; I just put in a "remove character KYL...
- Thu Aug 20, 2009 2:22 pm
- Forum: Programming
- Topic: Subversion Commit Log
- Replies: 637
- Views: 218212
Re: Subversion Commit Log
Committed revision #1568. ============================================================ Files Modified /trunk/demo/HoA.xcodeproj/project.pbxproj Primary Changes Updated the xcode project file to compile again with the latest files. Miscellaneous Notes Boo! scared you? :D ============================...
- Sat Jun 27, 2009 1:00 am
- Forum: Programming
- Topic: Subversion Commit Log
- Replies: 637
- Views: 218212
Re: Subversion Commit Log
Committed reversion #1530.
============================================================
Files Modified
============================================================
Files Modified
- src/utils.cpp
- Fixed a small compile error on Windows.
- Tue Jun 23, 2009 2:30 pm
- Forum: Programming
- Topic: Subversion Commit Log
- Replies: 637
- Views: 218212
Re: Subversion Commit Log
Committed reversion #1528.
============================================================
Files Modified
============================================================
Files Modified
- modes/boot/boot.cpp
- fixed a crash when the directory listing is empty.
- Sun Jun 07, 2009 2:43 am
- Forum: Programming
- Topic: Allacrost Lua API
- Replies: 5
- Views: 2280
Re: Allacrost Lua API
Good job! I
anything that makes scripting easier.

- Sun Jun 07, 2009 1:18 am
- Forum: Programming
- Topic: Lua 5.1
- Replies: 22
- Views: 7254
Re: Lua 5.1
So that's why it didn't compile anymore on a Mac.
Gorzuate, could you make a new dev package anytime soon? 


- Sun Mar 29, 2009 1:27 am
- Forum: Programming
- Topic: Programmer Roll Call
- Replies: 209
- Views: 49870
Re: Programmer Roll Call
I guess it's time to post what I'm about to do right now. Currently, compilation of the game takes way too much even on a relatively modern computer. It's difficult to develop when you'll have to wait several minutes for the code to compile after a simple code change that shouldn't really affect any...
- Fri Oct 24, 2008 12:31 pm
- Forum: Technical Issues
- Topic: building in vs2008
- Replies: 40
- Views: 18372
Re: building in vs2008
Yes, it looks like you are having a wrong version of lua or luabind. Try to download the dependencies from our website: http://www.allacrost.org/staff/libs/win/ Nope, not the wrong version of the lib, it's just that Microsoft updated their template compiling code, which breaks that line in the code...
- Fri Oct 24, 2008 11:56 am
- Forum: Technical Issues
- Topic: building in vs2008
- Replies: 40
- Views: 18372
Re: building in vs2008
Yes, it looks like you are having a wrong version of lua or luabind. Try to download the dependencies from our website:
http://www.allacrost.org/staff/libs/win/
http://www.allacrost.org/staff/libs/win/
- Wed Oct 01, 2008 1:47 am
- Forum: Technical Issues
- Topic: Will not install or anything on new Ubuntu. =(
- Replies: 8
- Views: 5816
Re: Will not install or anything on new Ubuntu. =(
I think I found some small issues from the Debian installation instructions on http://www.allacrost.org/download shouldn't this sudo apt-get update && apt-get install allacrost-demo be like this instead? sudo apt-get update && sudo apt-get install allacrost-demo Also, the line "deb http://debian.ett...
- Mon Sep 15, 2008 4:47 am
- Forum: General Chat
- Topic: Funny Stuff
- Replies: 302
- Views: 184466
- Thu Jul 24, 2008 5:07 am
- Forum: Programming
- Topic: [RETIRED] Subversion Commit Log
- Replies: 1650
- Views: 593181
Re: Subversion Commit Log
Cross-platform coding sure is annoying :axe: At least in C++ that is. :) One thing I've noticed is that most of my problems I've encountered in Allacrost have been either minor differences in STL implementations or version differences between the libraries. Luckily we have so much people on differe...
- Wed Jun 25, 2008 12:13 am
- Forum: Programming
- Topic: [RETIRED] Subversion Commit Log
- Replies: 1650
- Views: 593181
Re: Subversion Commit Log
1362 **************************************************** Modified files > grid.cpp Primary changes in commit > I got rid of the QString because it crashes when converting it to a std::string (don't know what's the issue here!) and replaced it with stringstreams. I fixed the earlier issue with strin...
- Tue Jun 24, 2008 12:35 pm
- Forum: Programming
- Topic: [RETIRED] Subversion Commit Log
- Replies: 1650
- Views: 593181
Re: Subversion Commit Log
It's probably related to the stringstream fix MindFlayer committed. Revert grid.cpp to the version just before MindFlayer's commit, and then contexts should work. I haven't figured out why it doesn't like stringstreams yet :huh: I thought you reverted my changes away. If that's the case, then the p...
- Mon Jun 23, 2008 1:41 am
- Forum: Programming
- Topic: [RETIRED] Subversion Commit Log
- Replies: 1650
- Views: 593181
Re: Subversion Commit Log
MindFlayer, the only reason you noticed that bug was because of a typo in an if-statement. Had the if-statement been correct from the get-go, you wouldn't have noticed the bug. Now, I do agree that if we can avoid C code and use C++ we should do so, however the stringstream fix you implemented must...
- Sun Jun 22, 2008 1:54 am
- Forum: Programming
- Topic: [RETIRED] Subversion Commit Log
- Replies: 1650
- Views: 593181
Re: Subversion Commit Log
1349 & 1350 **************************************************** Modified files > grid.cpp > battle.h > battle.cpp Primary changes in commit > Just fixed some bugs I had noticed. Bugs fixed > Fixed editor crashing when loading the town map. This was caused by bad usage of C-style strings. Don't use ...
- Mon Jun 16, 2008 5:14 am
- Forum: General Chat
- Topic: Triathlons
- Replies: 9
- Views: 5994
- Mon May 19, 2008 4:23 pm
- Forum: User Feedback
- Topic: just face it: The Allacrost project is dead.
- Replies: 13
- Views: 11468
Re: just face it: The Allacrost project is dead.
Besides there's always some activity behind the horse (IRC, staff forum area, etc.) :) To be more serious, this isn't the first time Allacrost is on pause, however it has indeed been a longer time than usual. It's just that we're all people with lives and such, and we're doing this for our own enjoy...
- Sat Apr 26, 2008 6:48 am
- Forum: Design
- Topic: Game or game engine?
- Replies: 7
- Views: 6575
Re: Game or game engine?
Currently I have something like this in mind: "Our primary goal is to make an RPG ("Hero of Allacrost") for this we need a game engine and game editor, which we create on our own. Of course it can be used to create other games with it but we have no intention to support that and it's primary goal i...