Jump to content
MakeWebGames

doublet

Members
  • Posts

    24
  • Joined

  • Last visited

doublet's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. MIght be helpful http://www.opengameart.org/
  2. Finished driver training. Also now, when your car construction items(engine, gearbox ext.) fail your driver will not finish the track.
  3. Last weeks i have had alot of progress. Hope that in 1-2 months I can release alpha for testing. I am looking for people, who are fluent in english or even better, if their native is english, to help me with in-game texts, PM me (Not to write, but to give advice if texts are understandable for all, not only for me :)). What i have done: Market, Driver training, Car "building" Custom desing and cars/drivers are in progress...
  4. If i remeber correctly you should use it like this: array_map(array($this, "_mysqli->real_escape_string"), $array);
  5. Magic word is AJAX
  6. Do you mean Yii? You don't have to use commandline. You can create structure on your own, mannually. Commandline just helps to generate structure. Using framework depends on how big is your project. For little website you don't need fancy framework. But when you are developing large scale projects then it is easier to manage it. Frameworks are ment to make our live easier, but if you use wrong framework at wrong time then you just make your life harder. For example I downloaded mmc lite opened zip file, there was 50+ .php files looking at me, no structure at all. I closed the file and deleted it.
  7. I used CodeIgniter, but then my friend showed me the Yii. CodeIgniter (developed from CakePHP) has lower mastering curve than Yii. I would recomend codeigniter for intermediate php devlopers and Yii for advanced developers for large scale projects. What I like about Yii, is that you can usee third party extensions/libaries. For example you can, use Zend Framework components as "vendors" and create your own extensions what can be reused with Yii.
  8. At last some progress... Re-wrote entire event system and driving simulation. Started to implement "garage" where you can hire engineers and develope/build your "engine", "gearbox" ect. After developing your items you can mount "new version" on your car. Images are rendered from models downloaded at Google SketchUp Warehouse. Some screenshots.
  9. You can always use custom fonts on your page: http://ajaxian.com/archives/towards-using-custom-fonts
  10. This link gives you answers: http://tinyurl.com/29ukplz But error itself says all you need to know. Apache has now rights to access folder "/tmp/"
  11. 1. session_start has to be called before calling any of echo/print/ect. 2. Delete whitespaces from beginning and end of file. Also you can remove ?> at the end. 3. google google google google
  12. What do you mean with "make javascript run a php if statement"
  13. doublet

    Website!

    How is this topic related to game development? Feedback: learn, learn, learn - you do not have to post every time you learn a new tag.
  14. What does cust_tag function?
  15. All design- also cars,items ect will be made when game engine is ready. It is pointless to do desing before engine. So those cars are just for testing for myself.
×
×
  • Create New...