project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mattn

Pages: 1 [2] 3 4 ... 323
16
Coding / Re: lua design thoughts
« on: September 17, 2015, 10:05:38 pm »
Cool stuff. Would merge the pull request - but there is a merge commit in it. If you could get rid of that one, that would be nice. Otherwise I could also cherry-pick them manually.

17
Coding / Re: Using cmake to setup build env
« on: September 17, 2015, 10:00:06 pm »
true - but the symbols are stripped anyway.

I did something for my sideproject at https://github.com/mgerhardy/caveexpress - the cmake scripts will try to find a system wide installed lib, if not found, it will pick the embedded one. This would be cool for linux.

Would also be cool to get some feedback from some Xcode users whether the cmake script works for them.

18
Coding / Re: Using cmake to setup build env
« on: September 17, 2015, 08:23:42 pm »
Very nice job. It would be cool if the cmake file could get some more love though. Using:

  add_library(common ${COMMON_SRC})
  target_link_libraries(common ${COMMON_DEPS})

  add_executable(ufoded ${UFODED_SRC})
  target_link_libraries(ufoded common)

would greatly reduce compile times.

19
Newbie Coding / Re: computing surface- and contentflags
« on: January 14, 2015, 12:59:25 pm »
oh sorry, yes, left shifting of course.

20
Newbie Coding / Re: computing surface- and contentflags
« on: January 09, 2015, 07:30:21 am »
bit operations. especially the logical and and the right shifting for the level flags.

21
Discussion / Re: New Engine for successor?
« on: November 26, 2014, 07:03:36 am »
the game was initially made by one coder, one mapper and one modeller.

22
Discussion / Re: Localization - Help needed
« on: November 11, 2014, 02:29:48 pm »
hi.

just post the survey here

23
Mac / Re: Please update ufoai.org/wiki/Compile_for_Mac
« on: November 06, 2014, 03:39:55 pm »
updated the wiki article - thanks a lot.

24
Coding / Re: lua design thoughts
« on: October 31, 2014, 09:37:27 pm »
you can also post the docs here and we will create the first version in the wiki if you are not familiar with mediawiki - then you can edit them later.

25
Coding / Re: lua design thoughts
« on: October 31, 2014, 09:36:40 pm »
do a pull request on github.

Signup in the wiki and add your documentation into http://ufoai.org/wiki/Technical_Documentation

26
Coding / Re: lua design thoughts
« on: October 24, 2014, 08:28:22 pm »
just awesome. great stuff. that sounds like it is mergeable?

27
Coding / Re: lua design thoughts
« on: October 02, 2014, 02:46:11 pm »
e.g. the component ObjectInfo is in both lua and ufo script - which one is taken into account here?

28
Coding / Re: lua design thoughts
« on: October 02, 2014, 02:41:32 pm »
but keep in mind that confunc is also callable from the in game-console where as func is not.

29
Coding / Re: lua design thoughts
« on: September 17, 2014, 09:40:21 pm »
it doesnt matter in his branch as i would squash the merge anyway into one commit

30
Coding / Re: lua design thoughts
« on: September 13, 2014, 08:21:28 pm »
awesome - really cool stuff - feel free to prepare a pull request ;)

Pages: 1 [2] 3 4 ... 323